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
|
||||
bloom
|
||||
computeshader
|
||||
computecullandlod
|
||||
computeparticles
|
||||
computeshader
|
||||
debugmarker
|
||||
deferred
|
||||
deferredmultisampling
|
||||
deferredshadows
|
||||
displacement
|
||||
distancefieldfonts
|
||||
|
|
@ -80,22 +83,23 @@ set(EXAMPLES
|
|||
indirectdraw
|
||||
instancing
|
||||
mesh
|
||||
multithreading
|
||||
multisampling
|
||||
multithreading
|
||||
occlusionquery
|
||||
offscreen
|
||||
parallaxmapping
|
||||
particlefire
|
||||
pipelines
|
||||
pushconstants
|
||||
raytracing
|
||||
radialblur
|
||||
raytracing
|
||||
scenerendering
|
||||
shadowmapping
|
||||
shadowmappingomni
|
||||
skeletalanimation
|
||||
sphericalenvmapping
|
||||
ssao
|
||||
subpasses
|
||||
terraintessellation
|
||||
tessellation
|
||||
textoverlay
|
||||
|
|
@ -104,6 +108,7 @@ set(EXAMPLES
|
|||
texturearray
|
||||
texturecubemap
|
||||
texturemipmapgen
|
||||
texturesparseresidency
|
||||
triangle
|
||||
vulkanscene
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue