Files
blender/build_files/build_environment
Jeroen Bakker 1032f97576 Fix #149631: Storm Vulkan Headless Rendering
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
2026-01-13 16:12:18 +01:00
..