Home -> ITextureSamplerCube

Declaration

class ITextureSamplerCube :public ITextureSampler;

Description

The ITextureSamplerCube interface represents a sampler for performing texture lookups from ITextureBufferCube resources in a shader.

Enumerations

Name Description
Public Enum WrapMode
Defines the way texture coordinates are wrapped during sampling
Public Enum FilterMode
Defines the filter mode to use during sampling
Public Enum MipmapMode
Defines the mipmap mode to use during sampling

Members

Initialization methods

Name Description
Public member Delete
Schedules the object for deletion. After calling this method, the object will be destroyed after the current frame completes drawing.

Format methods

Name Description
Public member SetTextureWrapMode
Specifies the wrap mode to use when sampling from the texture
Public member SetTextureFilterMode
Specifies the filter mode to use when sampling from the texture
Public member SetTextureMipmapMode
Specifies the filter mode to use when sampling from the texture
Public member SetMipmapLevelMapping
Adjusts the way mipmap levels are used by the sampler

See also