Home -> ITextureBuffer -> SetUsageFlags

Description

The SetUsageFlags method informs the renderer on how this texture buffer will be used.

Usage

void SetUsageFlags(UsageFlags usageFlags);

Argument list

usageFlags [UsageFlags]
The usage flags that describe which operations will be performed with the resource.

See also