flamz
01-17-2008, 11:45 AM
I've got a shader that renders particles using point sprites. I assign each sprite a size in the vertex shader by doing gl_PointSize = somevalue.
Everything runs well in a normal context, but when I use the same shader when rendering to an FBO, gl_PointSize is clamped to the 1...64 range (regardless of what I pass to glPointParameter (GL_POINT_SIZE_MAX).
Am I missing something?
Could this be a driver bug?
Everything runs well in a normal context, but when I use the same shader when rendering to an FBO, gl_PointSize is clamped to the 1...64 range (regardless of what I pass to glPointParameter (GL_POINT_SIZE_MAX).
Am I missing something?
Could this be a driver bug?