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