Header changes

This commit is contained in:
twinaphex 2014-05-31 21:23:53 +02:00
parent 9da9cafd3b
commit d63a23dd06
2 changed files with 15 additions and 0 deletions

View File

@ -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

View File

@ -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
{