| 619 | } |
| 620 | |
| 621 | void ShaderCompilationContext::OnError(const char* message) |
| 622 | { |
| 623 | LOG(Error, "Failed to compile '{0}'. {1}", Options->TargetName, String(message)); |
| 624 | } |
| 625 | |
| 626 | void ShaderCompilationContext::OnCollectDebugInfo(ShaderFunctionMeta& meta, int32 permutationIndex, const char* data, const int32 dataLength) |
| 627 | { |