MCPcopy Create free account
hub / github.com/carbonengine/trinity / IsStruct

Method IsStruct

shadercompiler/Type.cpp:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98bool Type::IsStruct() const
99{
100 return symbol != nullptr;
101}
102
103bool Type::IsBindlessHandle() const
104{

Callers 12

OutputHLSL.cppFile · 0.80
GatherFieldsFunction · 0.80
GatherSystemFieldsFunction · 0.80
GatherInputsFunction · 0.80
GatherSystemInputsFunction · 0.80
GatherOutputsFunction · 0.80
ApplyPackedModifierFunction · 0.80
PatchShaderFunction · 0.80
ParseGlobalInputFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected