Torque3D Documentation / _generateds / GFXSamplerStateData

GFXSamplerStateData

Engine/source/gfx/sim/gfxStateBlockData.h

Allows definition of sampler state via script, basically wraps a GFXSamplerStateDesc.

More...

Private Types

Parent 

Private Attributes

Public Static Functions

Public Functions

Copies the data of this object into desc.

Detailed Description

Allows definition of sampler state via script, basically wraps a GFXSamplerStateDesc.

Private Types

typedef SimObject Parent 

Private Attributes

GFXSamplerStateDesc mState 

Public Static Functions

initPersistFields()

Public Functions

DECLARE_CONOBJECT(GFXSamplerStateData )

setSamplerState(GFXSamplerStateDesc & desc)

Copies the data of this object into desc.