Merge pull request #12686 from HyperspaceMadness/Max_Shader_Parameters_Increased_to_1024
Max_Shader_Parameters_Increased_to_1024
This commit is contained in:
commit
0ffd876115
|
@ -34,7 +34,7 @@ RETRO_BEGIN_DECLS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef GFX_MAX_PARAMETERS
|
#ifndef GFX_MAX_PARAMETERS
|
||||||
#define GFX_MAX_PARAMETERS 512
|
#define GFX_MAX_PARAMETERS 1024
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef GFX_MAX_FRAME_HISTORY
|
#ifndef GFX_MAX_FRAME_HISTORY
|
||||||
|
|
Loading…
Reference in New Issue