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:
authorAntony Riakiotakis <kalast@gmail.com>2015-03-03 13:34:23 +0300
committerAntony Riakiotakis <kalast@gmail.com>2015-03-03 13:34:23 +0300
commitb42a3d24853195150130df513353c034ac528933 (patch)
treeacfd20a730e5586127f2eeb04991f00e469b2b89 /source/blender/gpu/GPU_extensions.h
parentf2bc3dd67806e0757a8e952516337b37ee987f19 (diff)
Another stability commit for legacy users - don't crash when toggling
dyntopo just notify user that their system doesn't support it.
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 186db85d31a..228bea14e00 100644
--- a/source/blender/gpu/GPU_extensions.h
+++ b/source/blender/gpu/GPU_extensions.h
@@ -58,6 +58,7 @@ void GPU_extensions_disable(void);
int GPU_glsl_support(void);
int GPU_non_power_of_two_support(void);
+int GPU_vertex_buffer_support(void);
int GPU_display_list_support(void);
int GPU_color_depth(void);
void GPU_code_generate_glsl_lib(void);