Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
323
void GFXSamplerStateData::setSamplerState(GFXSamplerStateDesc& desc)
324
{
325
desc = mState;
326
}
Callers
3
onAdd
Method · 0.45
onAdd
Method · 0.45
RenderTexTargetBinManager
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected