mirror of
https://github.com/libretro/RetroArch
synced 2025-03-21 13:20:52 +00:00
(GLSL) Increase attrib array size
This commit is contained in:
parent
bfcfb40a7b
commit
ce077533c2
@ -136,7 +136,7 @@ typedef struct glsl_shader_data
|
|||||||
unsigned glsl_active_index;
|
unsigned glsl_active_index;
|
||||||
struct
|
struct
|
||||||
{
|
{
|
||||||
GLint elems[PREV_TEXTURES + 2 + 4 + GFX_MAX_SHADERS];
|
GLint elems[32 * PREV_TEXTURES + 2 + 4 + GFX_MAX_SHADERS];
|
||||||
unsigned index;
|
unsigned index;
|
||||||
} attribs;
|
} attribs;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user