MCPcopy 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
688Type TypeFromSymbol( const Symbol* symbol )
689{
690 Type t;
691 t.FromSymbol( symbol );
692 return t;
693}
694
695Type TypeFromTokenType( int type, int width, int height )
696{

Callers 4

PatchShaderFunction · 0.85
PatchRtShaderFunction · 0.85
NewStructFunction · 0.85

Calls 1

FromSymbolMethod · 0.80

Tested by

no test coverage detected