Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
98
bool Type::IsStruct() const
99
{
100
return symbol != nullptr;
101
}
102
103
bool Type::IsBindlessHandle() const
104
{
Callers
12
OutputHLSL.cpp
File · 0.80
AutoAssignRegistersForNode
Function · 0.80
GatherFields
Function · 0.80
GatherSystemFields
Function · 0.80
GatherInputs
Function · 0.80
GatherSystemInputs
Function · 0.80
GatherOutputs
Function · 0.80
ApplyPackedModifier
Function · 0.80
ApplyPackedModifiersToConstantBuffers
Function · 0.80
PatchShader
Function · 0.80
ClassifyRtShaderArguments
Function · 0.80
ParseGlobalInput
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected