From 6b436b80a45c947d49ab5fbda515fb02877eefd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Foucault?= Date: Mon, 7 Sep 2020 19:35:56 +0200 Subject: GPU: Rename gpu_extensions to gpu_capabilities This makes more sense as this module has more to it than just GL extensions. --- source/blender/windowmanager/intern/wm_stereo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/windowmanager/intern') diff --git a/source/blender/windowmanager/intern/wm_stereo.c b/source/blender/windowmanager/intern/wm_stereo.c index 9667ed5b631..ab6da2cc947 100644 --- a/source/blender/windowmanager/intern/wm_stereo.c +++ b/source/blender/windowmanager/intern/wm_stereo.c @@ -40,7 +40,7 @@ #include "ED_screen.h" -#include "GPU_extensions.h" +#include "GPU_capabilities.h" #include "GPU_immediate.h" #include "GPU_texture.h" #include "GPU_viewport.h" -- cgit v1.2.3