MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / isValid

Method isValid

Source/Falcor/Utils/ObjectID.h:127–127  ·  view source on GitHub ↗

* Returns true when the ID is valid, i.e., get() != kInvalidID * * @return True when valid. */

Source from the content-addressed store, hash-verified

125 * @return True when valid.
126 */
127 bool isValid() const { return mID != kInvalidID; }
128
129 /**
130 * Return the numeric value of the ID.

Callers 3

fixFbxCameraAnimationFunction · 0.45
addMeshInstancesFunction · 0.45
GPU_TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

GPU_TESTFunction · 0.36