Moved example source files into sub folder

This commit is contained in:
saschawillems 2017-11-12 19:32:09 +01:00
parent a17e3924b3
commit 94a076e1ae
69 changed files with 685 additions and 164 deletions

View file

@ -144,66 +144,4 @@ ENDIF(WIN32)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin/")
add_subdirectory(base)
set(EXAMPLES
bloom
computecloth
computecullandlod
computeheadless
computenbody
computeparticles
computeshader
debugmarker
deferred
deferredmultisampling
deferredshadows
displacement
distancefieldfonts
dynamicuniformbuffer
gears
geometryshader
hdr
imgui
indirectdraw
instancing
mesh
multisampling
multithreading
occlusionquery
offscreen
parallaxmapping
particlefire
pbrbasic
pbribl
pbrtexture
pipelines
pipelinestatistics
pushconstants
radialblur
raytracing
renderheadless
scenerendering
screenshot
shadowmapping
shadowmappingomni
skeletalanimation
specializationconstants
sphericalenvmapping
ssao
stencilbuffer
subpasses
terraintessellation
tessellation
textoverlay
texture
texture3d
texturearray
texturecubemap
texturemipmapgen
texturesparseresidency
triangle
viewportarray
vulkanscene
)
buildExamples()
add_subdirectory(examples)