This commit is contained in:
Jorijn van der Graaf 2025-11-16 20:42:48 +01:00
commit e795ab880c
6 changed files with 89 additions and 24 deletions

View file

@ -34,7 +34,8 @@ export namespace Crafter {
/**
* @brief Framebuffer for the window using the BGRA 8-bit unsigned pixel format, use this for direct drawing to the window.
*/
Pixel_BU8_GU8_RU8_AU8* framebuffer = nullptr;
Pixel_BU8_GU8_RU8_AU8* frontFramebuffer = nullptr;
Pixel_BU8_GU8_RU8_AU8* backFramebuffer = nullptr;
/**
* @brief Constructs a new WindowWaylandWayland object.
*