Home > comp > gb.opengl > gl > isframebufferext 
 fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration  
Documentation
History
 
Gl.IsFramebufferEXT (gb.opengl)
Static Function IsFramebufferEXT ( Framebuffer As Integer ) As Boolean

Determine if a name corresponds to a framebuffer object.

Parameters

framebuffer

Specifies a value that may be the name of a framebuffer object.

Description

Gl.IsFramebuffer returns Gl.TRUE if framebuffer is currently the name of a framebuffer object. If framebuffer is zero, or if framebuffer is not the name of a framebuffer object, or if an error occurs, Gl.IsFramebuffer returns Gl.FALSE. If framebuffer is a name returned by Gl.GenFramebuffers, but that has not yet been bound through a call to Gl.BindFramebuffer, then the name is not a framebuffer object and Gl.IsFramebuffer returns Gl.FALSE.

See also

Gl.GenFramebuffers Gl.BindFramebuffer Gl.DeleteFramebuffers

See original documentation on OpenGL website