Added compute shader n-body particle simulation demonstrating the use of shared compute shader memory
This commit is contained in:
parent
7cd95fc8c8
commit
2674c7c404
13 changed files with 1088 additions and 0 deletions
|
|
@ -97,6 +97,7 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_SOURCE_DIR}/bin/")
|
|||
set(EXAMPLES
|
||||
bloom
|
||||
computecullandlod
|
||||
computenbody
|
||||
computeparticles
|
||||
computeshader
|
||||
debugmarker
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue