Skip to content

v29.0.4

Choose a tag to compare

@cwfitzgerald cwfitzgerald released this 02 Jul 00:02
Immutable release. Only release title and notes can be modified.
v29.0.4
e99f530

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_raw method, which was removed without good reason in v29. It now returns &ProtocolObject<dyn MTLCommandQueue>. By @andyleiserson in #9560.

Vulkan

  • Fixed VUID-RuntimeSpirv-vulkanMemoryModel-06265 validation errors by enabling vulkanMemoryModelDeviceScope whenever the Vulkan memory model is enabled, since the SPIR-V backend emits storage atomics with Device scope. By @francisdb in #9741.