procedural-3d-engine/data/shaders/computenbody
2016-11-26 14:43:24 +01:00
..
particle.frag Added compute shader n-body particle simulation demonstrating the use of shared compute shader memory 2016-11-26 13:52:22 +01:00
particle.frag.spv Added compute shader n-body particle simulation demonstrating the use of shared compute shader memory 2016-11-26 13:52:22 +01:00
particle.vert Scale point size to match camera distance, base point size on particle mass 2016-11-26 14:43:24 +01:00
particle.vert.spv Scale point size to match camera distance, base point size on particle mass 2016-11-26 14:43:24 +01:00
particle_calculate.comp Added compute shader n-body particle simulation demonstrating the use of shared compute shader memory 2016-11-26 13:52:22 +01:00
particle_calculate.comp.spv Added compute shader n-body particle simulation demonstrating the use of shared compute shader memory 2016-11-26 13:52:22 +01:00
particle_integrate.comp Added compute shader n-body particle simulation demonstrating the use of shared compute shader memory 2016-11-26 13:52:22 +01:00
particle_integrate.comp.spv Added compute shader n-body particle simulation demonstrating the use of shared compute shader memory 2016-11-26 13:52:22 +01:00