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

Function TypeFromTokenType

shadercompiler/Type.cpp:695–702  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

693}
694
695Type TypeFromTokenType( int type, int width, int height )
696{
697 Type t;
698 t.FromTokenType( type );
699 t.width = width;
700 t.height = height;
701 return t;
702}
703
704bool GetCommonType( const Type& type0, const Type& type1, Type& type )
705{

Callers 9

MslTextureTemplateTypeFunction · 0.85
Type.cppFile · 0.85
PatchVposFunction · 0.85
PatchShaderFunction · 0.85
PatchRtShaderFunction · 0.85
PatchMatrixInitializerFunction · 0.85
CreateGlobalInputsStructFunction · 0.85
NewLiteralConstFunction · 0.85
SplitCoordVecFunction · 0.85

Calls 1

FromTokenTypeMethod · 0.45

Tested by

no test coverage detected