mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-10 13:18:31 +09:00
[Fix] (MG_Util/ShaderCompiler): make glslang don't emit demote to replace discard
This commit is contained in:
@@ -79,6 +79,8 @@ namespace ShaderTranspiler {
|
||||
return spvc_compiler_compile(compiler, result);
|
||||
}
|
||||
|
||||
|
||||
|
||||
const char* SpvcSession::GetLastErrorString() const {
|
||||
return spvc_context_get_last_error_string(context);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user