Cleanup: Move remaining GPU headers to C++

Pull Request: https://projects.blender.org/blender/blender/pulls/119807
This commit is contained in:
Hans Goudey
2024-03-23 01:24:18 +01:00
committed by Hans Goudey
parent f235990009
commit 8b514bccd1
556 changed files with 1663 additions and 1923 deletions

View File

@@ -23,10 +23,10 @@
#include "DNA_view3d_types.h"
#include "GPU_context.h"
#include "GPU_framebuffer.h"
#include "GPU_texture.h"
#include "GPU_viewport.h"
#include "GPU_context.hh"
#include "GPU_framebuffer.hh"
#include "GPU_texture.hh"
#include "GPU_viewport.hh"
#include "ED_view3d_offscreen.hh"