Click or drag to resize

FramebufferDetachRenderbuffer Method

Detach a renderbuffer from this framebuffer.

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void DetachRenderbuffer(
	FramebufferAttachment attachment
)

Parameters

attachment
Type: OooglesFramebufferAttachment
the attachment point from which the renderbuffer should be detached.
Exceptions
ExceptionCondition
GLExceptionInvalidOperation if no framebuffer is bound.
Remarks
Note: in DEBUG mode with assertions enabled, an error will be logged to the debug console if this framebuffer is not bound.

OpenGL API: glFramebufferRenderbuffer

See Also