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

Class RegisterSpecifier

shadercompiler/SymbolTable.h:24–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22};
23
24struct RegisterSpecifier
25{
26 static RegisterSpecifier Register( char type, int index = -1 );
27
28 InlineString shaderProfile;
29 char registerType;
30 int registerNumber;
31 int subComponent;
32 int space;
33 bool explicitRegister;
34 bool explicitSpace;
35};
36
37struct SymbolAnnotation
38{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected