Home -> IRenderer -> CreateTextureSamplerCubeArray

Description

The CreateTextureSamplerCubeArray method constructs and returns a new object which implements the ITextureSamplerCubeArray interface.

Usage

ITextureSamplerCubeArray::unique_ptr CreateTextureSamplerCubeArray();

Return value

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

See also