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

Method getHashValue

Engine/source/gfx/gl/gfxGLStateBlock.cpp:79–82  ·  view source on GitHub ↗

Returns the hash value of the desc that created this block

Source from the content-addressed store, hash-verified

77
78/// Returns the hash value of the desc that created this block
79U32 GFXGLStateBlock::getHashValue() const
80{
81 return mCachedHashValue;
82}
83
84/// Returns a GFXStateBlockDesc that this block represents
85const GFXStateBlockDesc& GFXGLStateBlock::getDesc() const

Callers 1

GFXGLStateBlockMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected