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.(Derived from ResTextureMapper.)
MagFilter Interpolation method when magnified.(Derived from ResTextureMapper.)
SamplerType Texture mapping method(Derived from ResTextureMapper.)

Member Functions

ResShadowTextureSampler Constructor.
ptr Gets a pointer to actual data.
ref Gets a reference to the actual data.
operator==
operator!=
GetMinFilter Gets the reduction filter.(Derived from ResTextureMapper.)
SetMinFilter Sets the reduction filter.(Derived from ResTextureMapper.)
GetMagFilter Gets the magnification filter.(Inherited from ResTextureMapper.
SetMagFilter Sets the magnification filter.(Derived from ResTextureMapper.)
SetSamplerType Sets the texture sampler type. The texture sampler type can only be set for the zeroth texture mapper. This function will not work properly if attempting to set for the first or second texture mapper.(Derived from ResTextureMapper.)
GetSamplerType Sets the texture sampler type.(Derived from ResTextureMapper.)
GetOwnerData Gets the texture mapper owned by the texture sampler.(Derived from ResTextureMapper.)
GetTypeInfo Gets instance type information.(Derived from ResTextureMapper.)
IsValid Determines whether a pointer to a resource is null.(Derived from ResCommonBase.)
S GetClassName
protected GetOwnerCommand Gets the texture mapper command owned by the texture sampler.(Derived from ResTextureMapper.)
protected SetTextureMipmapCommand Sets the texture mipmap command.(Derived from ResTextureMapper.)

Class Hierarchy

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


CONFIDENTIAL