1
0
mirror of https://github.com/libretro/RetroArch synced 2025-03-21 22:20:59 +00:00

(GLSL) Increase attrib array size

This commit is contained in:
twinaphex 2016-04-22 15:22:27 +02:00
parent bfcfb40a7b
commit ce077533c2

@ -136,7 +136,7 @@ typedef struct glsl_shader_data
unsigned glsl_active_index;
struct
{
GLint elems[PREV_TEXTURES + 2 + 4 + GFX_MAX_SHADERS];
GLint elems[32 * PREV_TEXTURES + 2 + 4 + GFX_MAX_SHADERS];
unsigned index;
} attribs;