Added a -noglsl option to disable GLSL from the command line.

This commit is contained in:
2008-10-12 18:32:26 +00:00
parent 1a92054d57
commit 84cf941c29
3 changed files with 14 additions and 3 deletions

View File

@@ -51,6 +51,7 @@ typedef struct GPUFrameBuffer GPUFrameBuffer;
struct GPUShader;
typedef struct GPUShader GPUShader;
void GPU_extensions_disable(void);
void GPU_extensions_init(void); /* call this before running any of the functions below */
void GPU_extensions_exit(void);
int GPU_extensions_minimum_support(void);