Maximum OpenGL FrameBuffer Object size limit? -



Maximum OpenGL FrameBuffer Object size limit? -

i working on opengl application on laptop. app shows lots of black , white unrecognizable patterns when seek display monochrome image (quite large). have hunch old geforce go 7950 gtx (512 mb) old app, , thinking problem due framebuffer object size limit - there way find out largest fbo can be?

there no maximum limit framebuffer size in opengl. limit largest texture or renderbuffer can attach it.

there maximum viewport size, using gl_max_viewport_dims, according opengl specs, viewport silently clamped max size anyway , shouldn't cause glitches. https://www.opengl.org/sdk/docs/man/html/glviewport.xhtml

opengl framebuffer

Comments

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -