From b42a3d24853195150130df513353c034ac528933 Mon Sep 17 00:00:00 2001 From: Antony Riakiotakis Date: Tue, 3 Mar 2015 11:34:23 +0100 Subject: Another stability commit for legacy users - don't crash when toggling dyntopo just notify user that their system doesn't support it. --- source/blender/gpu/GPU_extensions.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/gpu/GPU_extensions.h') 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); -- cgit v1.2.3