glGenFramebuffers

generate framebuffer object names

Signature

glGenFramebuffers( GLsizei ( n ) , GLuint *( ids ) )-> void
glGenFramebuffers( n , framebuffers )

Parameters

VariablesDescription
n
Specifies the number of framebuffer object names to generate.
ids
Specifies an array in which the generated framebuffer object names are stored.

Sample Code References

The following code samples have been found which appear to reference the functions described here. Take care that the code may be old, broken or not even use PyOpenGL.

glGenFramebuffers
OpenGLContext tests/shadow_2.py Lines: 67