diff options
Diffstat (limited to 'src/kernel/GfxKit/GPU.h')
| -rw-r--r-- | src/kernel/GfxKit/GPU.h | 5 |
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. |
