94a468d9323337d95126ca1dbc377272573dd2ca
GL_MAX_COMPUTE_WORK_GROUP_SIZE and GL_MAX_COMPUTE_WORK_GROUP_COUNT were throwing exceptions when called with DebugGL4 because the wrong API was being used to retrieve them.
jogl-compute-shaders-fireworks
Calculate particles with compute shaders (OpenGL 4.3 core profile)
To run:
- Make sure all libs in the lib directory are on the classpath
- Run main class com.persesgames.jogl.TestJogl
Press space to see some fireworks, press shift to see a lot of fireworks.
Press ctrl for slow motion.
Screenshot:
Description
Languages
Java
96.1%
GLSL
3.9%
