Cleanup: Move GPU_uniform_buffer.h to C++

This commit is contained in:
Hans Goudey
2024-02-11 16:10:00 -05:00
parent 2d3a1aa238
commit 1e1d7034ec
25 changed files with 27 additions and 35 deletions

View File

@@ -15,7 +15,7 @@
#include "GPU_shader.h"
#include "GPU_texture.h"
#include "GPU_uniform_buffer.h"
#include "GPU_uniform_buffer.hh"
#include "../generic/py_capi_utils.h"
#include "../generic/python_compat.h"