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:
authorClément Foucault <foucault.clem@gmail.com>2020-09-07 20:35:56 +0300
committerClément Foucault <foucault.clem@gmail.com>2020-09-07 20:37:05 +0300
commit6b436b80a45c947d49ab5fbda515fb02877eefd4 (patch)
tree70a96f4dff63482a378a9cb3ae02158ddbe8edeb /source/blender/gpu/opengl/gl_backend.cc
parent5de4525e3939514b339c9775541ff7d1bc8af908 (diff)
GPU: Rename gpu_extensions to gpu_capabilities
This makes more sense as this module has more to it than just GL extensions.
Diffstat (limited to 'source/blender/gpu/opengl/gl_backend.cc')
-rw-r--r--source/blender/gpu/opengl/gl_backend.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpu/opengl/gl_backend.cc b/source/blender/gpu/opengl/gl_backend.cc
index 317416ca355..fedc03f5787 100644
--- a/source/blender/gpu/opengl/gl_backend.cc
+++ b/source/blender/gpu/opengl/gl_backend.cc
@@ -23,7 +23,7 @@
#include "BKE_global.h"
-#include "gpu_extensions_private.hh"
+#include "gpu_capabilities_private.hh"
#include "gpu_platform_private.hh"
#include "glew-mx.h"