Files
OpenSceneGraph/include/osg
Robert Osfield 1284a0dd40 From Pawel Ksiezopolski, first email: "This submission adds texture buffer object ( defined in GL_ARB_texture_buffer_object extension ) to the osg::Texture* family.
TextureBuffer objects may use osg::Texture::bindToImageUnit(), so GLSL shaders are able to use not only texelFetch() function , but also functions defined in GL_ARB_shader_image_load_store extension : imageLoad(), imageStore(), imageAtomicAdd() etc."

second email: "After a while I found that osg::Texture::applyTexParameters() used with TextureBuffer may cause some OpenGL errors ( applying texture filters and wraps to TextureBuffer makes no sense ) so I fixed it."
2013-05-22 12:49:46 +00:00
..
2012-12-07 19:04:49 +00:00
2012-08-22 16:39:47 +00:00
2012-11-19 11:25:52 +00:00
2013-02-12 15:44:52 +00:00
2009-01-07 10:32:59 +00:00
2013-05-14 13:34:54 +00:00