Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ TypeFromSymbol
Function
TypeFromSymbol
shadercompiler/Type.cpp:688–693 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
686
}
687
688
Type TypeFromSymbol( const Symbol* symbol )
689
{
690
Type t;
691
t.FromSymbol( symbol );
692
return t;
693
}
694
695
Type TypeFromTokenType( int type, int width, int height )
696
{
Callers
4
CreateShaderTableArgument
Function · 0.85
PatchShader
Function · 0.85
PatchRtShader
Function · 0.85
NewStruct
Function · 0.85
Calls
1
FromSymbol
Method · 0.80
Tested by
no test coverage detected