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

Function getGeometryCount

Source/Falcor/Core/Program/ProgramVars.h:100–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 uint32_t getTotalHitVarsCount() const { return uint32_t(mHitVars.size()); }
99 uint32_t getRayTypeCount() const { return mRayTypeCount; }
100 uint32_t getGeometryCount() const { return mGeometryCount; }
101
102 const std::vector<int32_t>& getUniqueEntryPointGroupIndices() const { return mUniqueEntryPointGroupIndices; }
103

Callers 4

raytraceMethod · 0.50
getGeometryIDsMethod · 0.50
initGeomDescMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected