MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / OnError

Method OnError

Source/Engine/ShadersCompilation/ShadersCompilation.cpp:621–624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

StringFunction · 0.50

Tested by

no test coverage detected