Home -> IStateContainer -> UnbindResourceArray

Description

The UnbindResourceArray method removes a previously defined binding to either an IDataArray or ITexelArray object.

ImportantImportant

In order to create or bind to a resource array, the ResourceArrays feature must be supported on the IGraphicsDevice, and activated when the CreateRenderer method is called.

Usage

void UnbindResourceArray(ResourceArrayId resourceArrayId);

Argument list

resourceArrayId [ResourceArrayId]
The ResourceArrayId of the resource array to unbind

See also