commit
This commit is contained in:
parent
e7d0bc8f8e
commit
e795ab880c
6 changed files with 89 additions and 24 deletions
|
|
@ -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.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue