[Fix] (MG_Backend/DirectGLES): mark integer varyings flat

This commit is contained in:
2026-06-06 18:58:27 +08:00
parent 24efb0bb17
commit 2937043e77
3 changed files with 33 additions and 0 deletions
+1
View File
@@ -43,6 +43,7 @@ namespace MobileGL::MG_Backend::DirectGLES {
namespace PrgramImpl {
String ProcessOutColorLocations(const String& glslCode);
String ForceSupporterOutput(const String& glslCode);
String ForceFlatIntegerVaryings(const String& glslCode, GLenum shaderType);
String RemoveLayoutBinding(const String& glslCode);
} // namespace PrgramImpl