MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / setSamplerState

Method setSamplerState

Engine/source/gfx/sim/gfxStateBlockData.cpp:323–326  ·  view source on GitHub ↗

Copies the data of this object into desc

Source from the content-addressed store, hash-verified

321
322/// Copies the data of this object into desc
323void GFXSamplerStateData::setSamplerState(GFXSamplerStateDesc& desc)
324{
325 desc = mState;
326}

Callers 3

onAddMethod · 0.45
onAddMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected