Add missing initializer

This commit is contained in:
Jack Andersen 2017-02-15 18:50:21 -10:00 committed by GitHub
parent 71593afe50
commit 0a4775726c
1 changed files with 1 additions and 1 deletions

View File

@ -600,7 +600,7 @@ struct GraphicsContextXlibVulkan : GraphicsContextXlib
xcb_connection_t* m_xcbConn;
VulkanContext* m_ctx;
VkSurfaceKHR m_surface = VK_NULL_HANDLE;
VkFormat m_format;
VkFormat m_format = VK_FORMAT_UNDEFINED;
VkColorSpaceKHR m_colorspace;
GLXFBConfig m_fbconfig = 0;