Added missing examples to CMakeLists
This commit is contained in:
parent
1359058d24
commit
55f16c2340
1 changed files with 8 additions and 3 deletions
|
|
@ -69,9 +69,12 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "bin/")
|
||||||
|
|
||||||
set(EXAMPLES
|
set(EXAMPLES
|
||||||
bloom
|
bloom
|
||||||
computeshader
|
computecullandlod
|
||||||
computeparticles
|
computeparticles
|
||||||
|
computeshader
|
||||||
|
debugmarker
|
||||||
deferred
|
deferred
|
||||||
|
deferredmultisampling
|
||||||
deferredshadows
|
deferredshadows
|
||||||
displacement
|
displacement
|
||||||
distancefieldfonts
|
distancefieldfonts
|
||||||
|
|
@ -80,22 +83,23 @@ set(EXAMPLES
|
||||||
indirectdraw
|
indirectdraw
|
||||||
instancing
|
instancing
|
||||||
mesh
|
mesh
|
||||||
multithreading
|
|
||||||
multisampling
|
multisampling
|
||||||
|
multithreading
|
||||||
occlusionquery
|
occlusionquery
|
||||||
offscreen
|
offscreen
|
||||||
parallaxmapping
|
parallaxmapping
|
||||||
particlefire
|
particlefire
|
||||||
pipelines
|
pipelines
|
||||||
pushconstants
|
pushconstants
|
||||||
raytracing
|
|
||||||
radialblur
|
radialblur
|
||||||
|
raytracing
|
||||||
scenerendering
|
scenerendering
|
||||||
shadowmapping
|
shadowmapping
|
||||||
shadowmappingomni
|
shadowmappingomni
|
||||||
skeletalanimation
|
skeletalanimation
|
||||||
sphericalenvmapping
|
sphericalenvmapping
|
||||||
ssao
|
ssao
|
||||||
|
subpasses
|
||||||
terraintessellation
|
terraintessellation
|
||||||
tessellation
|
tessellation
|
||||||
textoverlay
|
textoverlay
|
||||||
|
|
@ -104,6 +108,7 @@ set(EXAMPLES
|
||||||
texturearray
|
texturearray
|
||||||
texturecubemap
|
texturecubemap
|
||||||
texturemipmapgen
|
texturemipmapgen
|
||||||
|
texturesparseresidency
|
||||||
triangle
|
triangle
|
||||||
vulkanscene
|
vulkanscene
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue