bgfx/examples/24-nbody
Branimir Karadžić d1f99896ec Moved public header files into bgfx subdirectory.
grep -rl '<bgfx.h>' . | xargs sed -i 's@<bgfx.h>@<bgfx/bgfx.h>@g'
2015-09-18 20:19:12 -07:00
..
cs_indirect.sc Updated 24-nbody to demonstrate how to use indirect buffer. 2015-05-01 19:52:11 -07:00
cs_init_instances.sc Cleanup. 2014-12-22 20:14:48 -08:00
cs_update_instances.sc Cleanup. 2014-12-22 20:14:48 -08:00
fs_particle.sc Added 24-nbody compute shader example. 2014-12-19 21:09:58 -08:00
makefile Updated copyright year. 2015-01-02 14:43:11 -08:00
nbody.cpp Moved public header files into bgfx subdirectory. 2015-09-18 20:19:12 -07:00
screenshot.png Added 24-nbody compute shader example. 2014-12-19 21:09:58 -08:00
uniforms.sh Updated 24-nbody to demonstrate how to use indirect buffer. 2015-05-01 19:52:11 -07:00
varying.def.sc Reversed instance data bindings. Issue #309. 2015-04-15 10:37:00 -07:00
vs_particle.sc Reversed instance data bindings. Issue #309. 2015-04-15 10:37:00 -07:00