Home -> IStateContainer -> UnbindTexture

Description

The UnbindTexture method removes a previously defined binding to an ITextureBuffer object, whether that binding was established by the BindTexture or the BindTextureWithCombinedSampler method.

Usage

void UnbindTexture(TextureId textureId);

Argument list

textureId [TextureId]
The TextureId of the named texture object to unbind

See also