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

Method isValid

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

< Entry point group index.

Source from the content-addressed store, hash-verified

159 {
160 int32_t groupIndex = -1; ///< Entry point group index.
161 bool isValid() const { return groupIndex >= 0; }
162 };
163
164 /// Represents a single piece of shader source code.

Callers 5

operator[]Method · 0.45
RtProgramVarsMethod · 0.45
initMethod · 0.45
isValidFunction · 0.45
hasMemberFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected