mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:17:35 +00:00
LibGL+LibGPU+LibSoftGPU: Move Enums.h to LibGPU
This commit is contained in:
parent
ac033dd9b6
commit
24d420312c
6 changed files with 198 additions and 197 deletions
|
@ -10,10 +10,11 @@
|
|||
#include <AK/FixedArray.h>
|
||||
#include <AK/RefCounted.h>
|
||||
#include <AK/RefPtr.h>
|
||||
#include <LibGPU/Enums.h>
|
||||
#include <LibGfx/Vector3.h>
|
||||
#include <LibGfx/Vector4.h>
|
||||
#include <LibSoftGPU/Buffer/Typed3DBuffer.h>
|
||||
#include <LibSoftGPU/Enums.h>
|
||||
#include <LibSoftGPU/Config.h>
|
||||
#include <LibSoftGPU/ImageDataLayout.h>
|
||||
#include <LibSoftGPU/ImageFormat.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue