Click or drag to resize

FramebufferDetachTexture Method

Detach a texture from this framebuffer.

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

Parameters

attachment
Type: OooglesFramebufferAttachment
the attachment point from which the texture 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: glFramebufferTexture2D

See Also