| 437 | return res; |
| 438 | } |
| 439 | void HLSLCompiler::ClearImmediate() |
| 440 | { |
| 441 | |
| 442 | } |
| 443 | void HLSLCompiler::AddImmediateGlobalDefinition(Variable var) |
| 444 | { |
| 445 | M4::HLSLType baseType(M4::HLSLParser::GetTypeFromString(var.Type)); |
nothing calls this directly
no outgoing calls
no test coverage detected