summaryrefslogtreecommitdiffhomepage
path: root/src/kernel/GfxKit/GPU.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-01-30 08:10:48 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-01-30 08:10:48 +0100
commit72b41e2f711198ad9baa846e7ba37f6e070cedb0 (patch)
tree412e384fb7ad218098d69c52d5d92a2801ec8a8e /src/kernel/GfxKit/GPU.h
parent951e967388dbf628e9a4b8b6ce4e8a637de91d75 (diff)
chore: ddk: Fix build on nebuild for C++ DDK.
chore: kernel: Tweaks and internal improvements. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/kernel/GfxKit/GPU.h')
-rw-r--r--src/kernel/GfxKit/GPU.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/kernel/GfxKit/GPU.h b/src/kernel/GfxKit/GPU.h
index af99e8b2..1e4198f0 100644
--- a/src/kernel/GfxKit/GPU.h
+++ b/src/kernel/GfxKit/GPU.h
@@ -11,6 +11,11 @@ namespace Kernel {
class GPUDeviceInterface;
+using GPUCoord2x2 = UInt32;
+using GPUDim2x2 = UInt32;
+using GPUColorProfile = UInt32;
+using GPUFlags = UInt32;
+
/// @brief Framebuffer device interface.
/// @details This class is used to send and receive data from the framebuffer device.
/// @note The class is derived from the IDevice class.