Added a -noglsl option to disable GLSL from the command line.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user