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.(Inherited from ResTextureMapper.
MagFilter Interpolation method when magnified.(Inherited from ResTextureMapper.

Member Functions

ResStandardTextureSampler Constructor.
ptr Gets a pointer to actual data.
ref Gets the reference to the actual data.
operator ==
operator !=
GetBorderColor Gets the border color.
SetBorderColor Sets the border color.
GetWrapS Gets the repeat method in the S direction.
SetWrapS Sets the repeat method in the S direction.
GetWrapT Gets the repeat method in the T direction.
SetWrapT Sets the repeat method in the T direction.
GetMinLod Gets the minimum Level Of Details.
SetMinLod Sets the minimum Level Of Details.
GetLodBias Gets the Level Of Details bias.
SetLodBias Sets the Level Of Details bias.
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::ResStandardTextureSampler


CONFIDENTIAL