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/editors/sculpt_paint/paint_image_proj.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/editors/sculpt_paint/paint_image_proj.c')
-rw-r--r--source/blender/editors/sculpt_paint/paint_image_proj.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/paint_image_proj.c b/source/blender/editors/sculpt_paint/paint_image_proj.c
index 456c1f61cb1..3886b78286b 100644
--- a/source/blender/editors/sculpt_paint/paint_image_proj.c
+++ b/source/blender/editors/sculpt_paint/paint_image_proj.c
@@ -90,7 +90,7 @@
#include "ED_view3d.h"
#include "ED_view3d_offscreen.h"
-#include "GPU_extensions.h"
+#include "GPU_capabilities.h"
#include "GPU_init_exit.h"
#include "WM_api.h"