v0.30.0
What's Changed
- Export enum MemoryMapError by @tutan-chromium in #1861
- Implement new locking for
UnsafeBuffer
andUnsafeImage
by @Rua in #1860 - Fix #1858 by @Rua in #1859
- Use range-based state tracking for
SyncCommandBuffer
by @Rua in #1862 - Reorganize code of command buffer commands based on command type by @Rua in #1863
- Re-export
UnsafeCommandPoolCreateInfo
andUnsafeCommandPoolCreationError
by @Rua in #1866 - Redundant unsafe block removed by @Eliah-Lakhin in #1867
- Fix game of life example on macos by @hakolao in #1829
- fix for android surface acquiring by @Dimkar3000 in #1868
- Allow
SyncCommandBufferBuilder
commands to specify the access range by @Rua in #1869 - Add document detailing how much of Vulkan is currently covered by Vulkano by @Rua in #1875
- Rename debug commands, add some new ones by @Rua in #1878
- Rewrite copy commands by @Rua in #1873
- Fix debug utils message severity error by @hakolao in #1883
- Use only the selected range of buffer and image views in synchronization by @Rua in #1880
- Improve render pass commands, more validation by @Rua in #1884
- Disallow dispatch calls with dimensions of zero-length by @ryco117 in #1886
- Cleanup physical.rs after last patch by @maratik123 in #1887
- Raytracing shaders with vulkano-shaders by @Atilogit in #1888
- PresentFuture: Avoid flushing twice on flush error by @LeonMatthes in #1889
- Device local example by @ryco117 in #1890
- Fixing Module comments that were accidentally changed by @ryco117 in #1891
- Image extent zero length by @ryco117 in #1893
- Add support for dynamic rendering by @Rua in #1902
- Remove
Default
fromNonExhaustive
by @Rua in #1903 - Update dependencies by @Rua in #1904
- Fix #1881 by @Rua in #1905
- fix errors I noticed in readme by @coolbot123 in #1906
- Fix #1894 by @Rua in #1908
- Refactor query commands by @Rua in #1909
- Add
is_signaled
toFenceSignalFuture
by @Rua in #1910 - Refactor dynamic state commands by @Rua in #1911
- Vulkano util proposal by @hakolao in #1918
- Allow setting present mode in vulkano util's window renderer by @hakolao in #1922
- Documentation todos by @JMicheli in #1920
const
ness ofImageUsage
constructors and more utility methods forSampleCounts
by @marcot1cs in #1924- Support for VK_KHR_portability_subset Devices by @AustinJ235 in #1927
- Move RangeMap into Vulkano by @AustinJ235 in #1928
- Release 0.30 by @AustinJ235 in #1929
New Contributors
- @tutan-chromium made their first contribution in #1861
- @Dimkar3000 made their first contribution in #1868
- @ryco117 made their first contribution in #1886
- @maratik123 made their first contribution in #1887
- @Atilogit made their first contribution in #1888
- @LeonMatthes made their first contribution in #1889
- @coolbot123 made their first contribution in #1906
- @JMicheli made their first contribution in #1920
- @marcot1cs made their first contribution in #1924
Full Changelog: v0.29.0...v0.30.0