Cleanup: Move remaining GPU headers to C++
Pull Request: https://projects.blender.org/blender/blender/pulls/119807
This commit is contained in:
@@ -6,14 +6,14 @@
|
||||
* \ingroup gpu
|
||||
*/
|
||||
|
||||
#include "GPU_init_exit.h" /* interface */
|
||||
#include "GPU_init_exit.hh" /* interface */
|
||||
#include "BLI_sys_types.h"
|
||||
#include "GPU_batch.h"
|
||||
#include "GPU_batch.hh"
|
||||
|
||||
#include "intern/gpu_codegen.h"
|
||||
#include "intern/gpu_private.h"
|
||||
#include "intern/gpu_codegen.hh"
|
||||
#include "intern/gpu_private.hh"
|
||||
#include "intern/gpu_shader_create_info_private.hh"
|
||||
#include "intern/gpu_shader_dependency_private.h"
|
||||
#include "intern/gpu_shader_dependency_private.hh"
|
||||
|
||||
/**
|
||||
* although the order of initialization and shutdown should not matter
|
||||
|
||||
Reference in New Issue
Block a user