mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-10 13:18:31 +09:00
[Feat]: (MG_Test/Program): add test to check optfine shader behavior
This commit is contained in:
@@ -174,6 +174,10 @@ namespace MobileGL {
|
||||
return std::unexpected(r);
|
||||
}
|
||||
|
||||
for (auto [name, loc]: attrib.explicitAttribLocations) {
|
||||
MGLOG_D("%s: got explicitly set - layout(location = %d) %s;", __func__, loc, name.c_str());
|
||||
}
|
||||
|
||||
// UniquePtr<glslang::TIoMapResolver> resolver;
|
||||
UniquePtr<TMglGlslIoResolver> resolver;
|
||||
for (unsigned stage = 0; stage < EShLangCount; stage++) {
|
||||
|
||||
Reference in New Issue
Block a user