Home -> IRenderer -> CreateTextureSamplerCube

Description

The CreateTextureSamplerCube method constructs and returns a new object which implements the ITextureSamplerCube interface.

Usage

ITextureSamplerCube::unique_ptr CreateTextureSamplerCube();

Return value

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

See also