Home -> IRenderer -> CreateTextureSampler2DArray

Description

The CreateTextureSampler2DArray method constructs and returns a new object which implements the ITextureSampler2DArray interface.

Usage

ITextureSampler2DArray::unique_ptr CreateTextureSampler2DArray();

Return value

[ITextureSampler2DArray]
A freshly constructed ITextureSampler2DArray object, wrapped in a unique_ptr.

See also