Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2008-10-12 22:32:26 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2008-10-12 22:32:26 +0400
commit84cf941c291de2c3d03f3125bc29de907d47f56c (patch)
treee30c3189632846541736dca657aaae71ba02bd23 /source/blender/gpu/GPU_extensions.h
parent1a92054d574dca4b08d3c5c3023c75680adbf628 (diff)
Added a -noglsl option to disable GLSL from the command line.
Diffstat (limited to 'source/blender/gpu/GPU_extensions.h')
-rw-r--r--source/blender/gpu/GPU_extensions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/gpu/GPU_extensions.h b/source/blender/gpu/GPU_extensions.h
index 3813fe3da8e..66b19449419 100644
--- a/source/blender/gpu/GPU_extensions.h
+++ b/source/blender/gpu/GPU_extensions.h
@@ -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);