nw::gfx::res::ResShadowTextureSampler Class

Syntax

class ResShadowTextureSampler : public nw::gfx::res::ResTextureSampler

Description

Binary resource class that represents the settings for shadow texture samplers.

Enumerated Types

MinFilter Interpolation method when magnified.(Inherited from ResTextureMapper.
MagFilter Interpolation method when magnified.(Inherited from ResTextureMapper.

Member Functions

ResShadowTextureSampler Constructor.
ptr Gets a pointer to actual data.
ref Gets the reference to the actual data.
operator ==
operator !=
GetMinFilter Gets the reduction filter from the texture object(Inherited from ResTextureMapper.
SetMinFilter Sets the reduction filter.(Inherited from ResTextureMapper.
GetMagFilter Gets the magnification filter(Inherited from ResTextureMapper.
SetMagFilter Sets the magnification filter.(Inherited from ResTextureMapper.
GetOwnerData Gets the texture mapper owned by the texture sampler.(Inherited from ResTextureMapper.
GetTypeInfo Gets instance type information.(Inherited from ResTextureMapper.
IsValid Determines whether a pointer to a resource is null.(Inherited from ResCommonBase.
S GetClassName
protected GetOwnerCommand Gets the texture mapper command owned by the texture sampler.(Inherited from ResTextureMapper.

Class Hierarchy

nw::ut::ResCommonBase
  nw::ut::ResCommon
    nw::gfx::res::ResTextureSampler
      nw::gfx::res::ResShadowTextureSampler


CONFIDENTIAL