mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-11 22:47:27 +00:00
Header changes
This commit is contained in:
parent
9da9cafd3b
commit
d63a23dd06
@ -32,7 +32,11 @@
|
||||
#include "../../input/keyboard_line.h"
|
||||
|
||||
#if defined(HAVE_CG) || defined(HAVE_HLSL) || defined(HAVE_GLSL)
|
||||
|
||||
#ifndef HAVE_SHADER_MANAGER
|
||||
#define HAVE_SHADER_MANAGER
|
||||
#endif
|
||||
|
||||
#include "../../gfx/shader_parse.h"
|
||||
#endif
|
||||
|
||||
|
@ -24,10 +24,21 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#ifndef GFX_MAX_SHADERS
|
||||
#define GFX_MAX_SHADERS 16
|
||||
#endif
|
||||
|
||||
#ifndef GFX_MAX_TEXTURES
|
||||
#define GFX_MAX_TEXTURES 8
|
||||
#endif
|
||||
|
||||
#ifndef GFX_MAX_VARIABLES
|
||||
#define GFX_MAX_VARIABLES 64
|
||||
#endif
|
||||
|
||||
#ifndef GFX_MAX_PARAMETERS
|
||||
#define GFX_MAX_PARAMETERS 64
|
||||
#endif
|
||||
|
||||
enum gfx_scale_type
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user