GFXSamplerStateData
Engine/source/gfx/sim/gfxStateBlockData.h
Allows definition of sampler state via script, basically wraps a GFXSamplerStateDesc.
Private Types
Parent
Private Attributes
Public Static Functions
Public Functions
setSamplerState(GFXSamplerStateDesc & desc)
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.