GPU: Rename gpu_extensions to gpu_capabilities

This makes more sense as this module has more to it than just
GL extensions.
This commit is contained in:
2020-09-07 19:35:56 +02:00
parent 5de4525e39
commit 6b436b80a4
43 changed files with 41 additions and 61 deletions

View File

@@ -23,7 +23,7 @@
#include "BKE_global.h"
#include "GPU_extensions.h"
#include "GPU_capabilities.h"
#include "gl_backend.hh"
#include "gl_framebuffer.hh"