Home -> IFrameBuffer -> UnbindTexture

Description

The UnbindTexture method unbinds a preiously bound texture from the framebuffer.

Usage

void UnbindTexture(AttachmentType type, size_t index = 0);

Argument list

type [AttachmentType]
The attachment type to unbind.
index [size_t]
The attachment index within the specified attachment type.

See also