mirror of
https://github.com/blender/blender.git
synced 2026-01-14 03:19:40 +00:00
This change will allow rendering with storm using Vulkan without WSI. In the current situation when trying to render using SSH the target system can still support surfaces, but isn't able to create a surface instance. This PR changes: - Do check if an X11 display could be created as the X11 spec mentions that it is null when it fails to create a display and the vulkan spec mentions that display should be a valid pointer to a display struct. Pull Request: https://projects.blender.org/blender/blender/pulls/152002