| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-02 | 728 Bytes | |
| v29.0.4 source code.tar.gz | 2026-07-02 | 13.8 MB | |
| v29.0.4 source code.zip | 2026-07-02 | 14.9 MB | |
| Totals: 3 Items | 28.7 MB | 0 | |
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.