v29.0.4
Immutable
release. Only release title and notes can be modified.
New Features
GLES
- XCB window handles can now be used to initialize OpenGL on Linux. By @reflectronic in #9271.
Bug Fixes
Metal
- Restore the
Queue::as_rawmethod, which was removed without good reason in v29. It now returns&ProtocolObject<dyn MTLCommandQueue>. By @andyleiserson in #9560.
Vulkan
- Fixed
VUID-RuntimeSpirv-vulkanMemoryModel-06265validation errors by enablingvulkanMemoryModelDeviceScopewhenever the Vulkan memory model is enabled, since the SPIR-V backend emits storage atomics withDevicescope. By @francisdb in #9741.