Home -> IRenderer -> CreateTextureSampler1DArray

Description

The CreateTextureSampler1DArray method constructs and returns a new object which implements the ITextureSampler1DArray interface.

Usage

ITextureSampler1DArray::unique_ptr CreateTextureSampler1DArray();

Return value

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

See also