Added compute shader n-body particle simulation demonstrating the use of shared compute shader memory

This commit is contained in:
saschawillems 2016-11-26 13:52:22 +01:00
parent 7cd95fc8c8
commit 2674c7c404
13 changed files with 1088 additions and 0 deletions

View file

@ -97,6 +97,7 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_SOURCE_DIR}/bin/")
set(EXAMPLES
bloom
computecullandlod
computenbody
computeparticles
computeshader
debugmarker