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:
authorMike Erwin <significant.bit@gmail.com>2016-10-10 08:13:03 +0300
committerMike Erwin <significant.bit@gmail.com>2016-10-10 08:13:03 +0300
commit22f59b81d75fa672fd812187ae1bd571501785d0 (patch)
tree5d4272c714afb3e6dc7db7f800013af961358b7a /source/blender/gpu/GPU_extensions.h
parent78abbdf26451e5d77b36fbed9512abaffc651222 (diff)
OpenGL: remove GLSL support query (it's always supported)
Diffstat (limited to 'source/blender/gpu/GPU_extensions.h')
-rw-r--r--source/blender/gpu/GPU_extensions.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/gpu/GPU_extensions.h b/source/blender/gpu/GPU_extensions.h
index 4a728c881b6..31ad8243c4b 100644
--- a/source/blender/gpu/GPU_extensions.h
+++ b/source/blender/gpu/GPU_extensions.h
@@ -41,7 +41,6 @@ extern "C" {
void GPU_extensions_disable(void);
bool GPU_legacy_support(void);
-bool GPU_glsl_support(void);
bool GPU_full_non_power_of_two_support(void);
bool GPU_display_list_support(void);
bool GPU_bicubic_bump_support(void);