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/draw/intern/draw_cache_impl_displist.c
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/draw/intern/draw_cache_impl_displist.c')
-rw-r--r--source/blender/draw/intern/draw_cache_impl_displist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/draw/intern/draw_cache_impl_displist.c b/source/blender/draw/intern/draw_cache_impl_displist.c
index 2f7ce54aef4..42e410ad189 100644
--- a/source/blender/draw/intern/draw_cache_impl_displist.c
+++ b/source/blender/draw/intern/draw_cache_impl_displist.c
@@ -37,7 +37,7 @@
#include "BKE_displist_tangent.h"
#include "GPU_batch.h"
-#include "GPU_extensions.h"
+#include "GPU_capabilities.h"
#include "draw_cache_inline.h"