Cleanup: Move GPU Python headers to C++

This commit is contained in:
Hans Goudey
2024-03-23 10:06:45 -04:00
parent a54c9b9e36
commit 1dc16f909d
42 changed files with 99 additions and 251 deletions

View File

@@ -24,10 +24,10 @@
#include "../mathutils/mathutils.h"
#include "gpu_py.h"
#include "gpu_py_buffer.h"
#include "gpu_py_framebuffer.h" /* own include */
#include "gpu_py_texture.h"
#include "gpu_py.hh"
#include "gpu_py_buffer.hh"
#include "gpu_py_framebuffer.hh" /* own include */
#include "gpu_py_texture.hh"
/* -------------------------------------------------------------------- */
/** \name GPUFrameBuffer Common Utilities