nw::gfx::res::ResStandardTextureSampler Class

Syntax

class ResStandardTextureSampler : public nw::gfx::res::ResTextureSampler

Description

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

Enumerated Types

Wrap
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

ResStandardTextureSampler Constructor.
ptr Gets a pointer to actual data.
ref Gets a reference to the actual data.
operator==
operator!=
GetBorderColor Gets the border color.
SetBorderColor Sets the border color.
GetWrapS Gets the wrap method in the S direction.
SetWrapS Sets the wrap method in the S direction.
GetWrapT Gets the wrap method in the T direction.
SetWrapT Sets the wrap method in the T direction.
GetMinLod Gets the minimum level of detail.
SetMinLod Sets the minimum level of detail.
GetLodBias Gets the level of detail bias.
SetLodBias Sets the level of detail bias.
GetMinFilter Gets the reduction filter.(Derived from ResTextureMapper.)
SetMinFilter Sets the reduction filter.(Derived from ResTextureMapper.)
GetMagFilter Gets the magnification filter.(Derived 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::ResStandardTextureSampler


CONFIDENTIAL