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

Method setAlphaTest

Engine/source/gfx/gfxStateBlock.cpp:235–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235void GFXStateBlockDesc::setAlphaTest( bool enable, GFXCmpFunc func, S32 alphaRef )
236{
237 alphaDefined = true;
238 alphaTestEnable = enable;
239 alphaTestFunc = func;
240 alphaTestRef = alphaRef;
241}
242
243void GFXStateBlockDesc::setBlend( bool enable, GFXBlend src, GFXBlend dest, GFXBlendOp op )
244{

Callers 4

_renderZodiacPlaneMethod · 0.80
initMethod · 0.80
renderObjectMethod · 0.80
renderObjectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected