OpenSceneGraph/examples/osgcomputeshaders
2018-04-07 17:59:55 +01:00
..
CMakeLists.txt From Wang Rui, "In the attached files I've added the Compute Shader support for OSG, as well as serializer updates and a new osgcomputeshaders example. My submission also include a setComputeGroups() function in Program for setting compute-shader work groups, and a bindToImageUnit() function in Texture for binding textures as image variables in shaders. 2013-01-25 11:54:03 +00:00
osgcomputeshaders.cpp Renamed osg::ComputeDispatch to osg::DispatchCompute to make sure the nameing between GL and OSG is consistent i.e glDispatchCompute -> osg::DispatchCompute 2018-04-07 17:59:55 +01:00