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

@@ -25,7 +25,7 @@
#include "DNA_userdef_types.h"
#include "GPU_extensions.h"
#include "GPU_capabilities.h"
#include "GPU_framebuffer.h"
#include "GPU_platform.h"