mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-08 04:08:32 +09:00
[Fix] (Diligent/Shader): Rename glsl builtins for Vulkan.
This commit is contained in:
@@ -277,6 +277,7 @@ namespace MG_GL::GL {
|
||||
} else {
|
||||
shaderSource = it->second.source;
|
||||
}
|
||||
MG_Util::Program::RenameGLSLBuiltinsForVulkan(shaderSource);
|
||||
shaderSources[it->first] = shaderSource;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user