mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-12 06:08:30 +09:00
[Fix] (MG_Util/ShaderTranspiler): maxFragmentUniformVectors increase to 256
This commit is contained in:
@@ -366,7 +366,7 @@ namespace MobileGL {
|
||||
*params = 1024 * 4; // TODO
|
||||
break;
|
||||
case GL_MAX_FRAGMENT_UNIFORM_VECTORS:
|
||||
*params = 1024; // TODO
|
||||
*params = 256; // TODO
|
||||
break;
|
||||
case GL_MAX_FRAGMENT_UNIFORM_BLOCKS:
|
||||
*params = 14; // TODO
|
||||
|
||||
Reference in New Issue
Block a user