Yes. I spent some time reading the 4.3 spec and things are a lot clearer now. Thank you for your help.
Craig
Type: Posts; User: ceebee
Yes. I spent some time reading the 4.3 spec and things are a lot clearer now. Thank you for your help.
Craig
Thanks
I figure that you needed a name for the uniform block. I think I was thrown off by the 4.3 Notes from SigGraph (http://web.engr.oregonstate.edu/~mjb...shader.1pp.pdf): Which I will now...
I'm trying to go through all of the new OpenGL 4.3 additions. I have looking at shader storage buffers and compute shaders. I gotten a lot to work. However I would like to use the atomic_uint with a...
I'm trying to use the new OpenGL 4.3 compute shader.
I working with a GL_SHADER_STORAGE_BUFFER which is passed to the compute shader and then I am trying to render the computed results.
However I...