| 22 | }; |
| 23 | |
| 24 | struct 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 | |
| 37 | struct SymbolAnnotation |
| 38 | { |
no outgoing calls
no test coverage detected