Home -> IRenderer -> CreateTextureSampler2D

Description

The CreateTextureSampler2D method constructs and returns a new object which implements the ITextureSampler2D interface.

Usage

ITextureSampler2D::unique_ptr CreateTextureSampler2D();

Return value

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

See also