mirror of
https://github.com/AxioDL/boo.git
synced 2025-05-15 20:01:33 +00:00
Add missing initializer
This commit is contained in:
parent
71593afe50
commit
0a4775726c
@ -600,7 +600,7 @@ struct GraphicsContextXlibVulkan : GraphicsContextXlib
|
|||||||
xcb_connection_t* m_xcbConn;
|
xcb_connection_t* m_xcbConn;
|
||||||
VulkanContext* m_ctx;
|
VulkanContext* m_ctx;
|
||||||
VkSurfaceKHR m_surface = VK_NULL_HANDLE;
|
VkSurfaceKHR m_surface = VK_NULL_HANDLE;
|
||||||
VkFormat m_format;
|
VkFormat m_format = VK_FORMAT_UNDEFINED;
|
||||||
VkColorSpaceKHR m_colorspace;
|
VkColorSpaceKHR m_colorspace;
|
||||||
|
|
||||||
GLXFBConfig m_fbconfig = 0;
|
GLXFBConfig m_fbconfig = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user