nw::gfx::res::ResTextureSampler Class

Syntax

class ResTextureSampler : public nw::ut::ResCommon< ResTextureSamplerData >

Description

Binary resource class for managing texture sampler settings.

Enumerated Types

MinFilter Interpolation method when magnified.
MagFilter Interpolation method when magnified.

Member Functions

ResTextureSampler Constructor.
ref
operator ==
operator !=
GetMinFilter Gets the reduction filter from the texture object
SetMinFilter Sets the reduction filter.
GetMagFilter Gets the magnification filter
SetMagFilter Sets the magnification filter.
GetOwnerData Gets the texture mapper owned by the texture sampler.
GetTypeInfo Gets instance type information.
ptr Returns a pointer to a binary resource structure. (Inherited from ResCommon)
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.

Class Hierarchy

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


CONFIDENTIAL