From 55f16c2340e1dff0823a7b39f466a7c83cbf59c2 Mon Sep 17 00:00:00 2001 From: saschawillems Date: Mon, 31 Oct 2016 21:32:54 +0100 Subject: [PATCH] Added missing examples to CMakeLists --- CMakeLists.txt | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8acdb3be..1e08ad9e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 )