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:
Diffstat (limited to 'source/blender/gpu/intern/gpu_extensions.cc')
-rw-r--r--source/blender/gpu/intern/gpu_extensions.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/blender/gpu/intern/gpu_extensions.cc b/source/blender/gpu/intern/gpu_extensions.cc
index 168d2fb3fbb..e06828bf994 100644
--- a/source/blender/gpu/intern/gpu_extensions.cc
+++ b/source/blender/gpu/intern/gpu_extensions.cc
@@ -81,12 +81,6 @@ int GPU_max_textures(void)
return GCaps.max_textures;
}
-bool GPU_arb_texture_cube_map_array_is_supported(void)
-{
- /* FIXME bad level call. */
- return GLContext::texture_cube_map_array_support;
-}
-
bool GPU_mip_render_workaround(void)
{
return GCaps.mip_render_workaround;