Click or drag to resize

Framebuffer Constructor

Creates a framebuffer.

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Framebuffer()
Remarks
No framebuffer objects are associated with the returned framebuffer object names until they are first bound by calling Bind.

OpenGL API: glGenFramebuffers

See Also