| 98 | } |
| 99 | |
| 100 | void GLSLCompiler::ClearImmediate() |
| 101 | { |
| 102 | |
| 103 | } |
| 104 | void GLSLCompiler::AddImmediateGlobalDefinition(Variable var) |
| 105 | { |
| 106 | for (size_t i = 0; i < sizeof(kTypes) / sizeof(kTypes[0]); i++) { |
nothing calls this directly
no outgoing calls
no test coverage detected