mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-22 06:45:23 +00:00
#1598 Changelog entries
This commit is contained in:
parent
748097a159
commit
15fcbafaf9
2
.gitignore
vendored
2
.gitignore
vendored
@ -3,5 +3,7 @@ target
|
|||||||
.cargo
|
.cargo
|
||||||
examples/**/triangle.png
|
examples/**/triangle.png
|
||||||
examples/**/mandelbrot.png
|
examples/**/mandelbrot.png
|
||||||
|
examples/**/multiview1.png
|
||||||
|
examples/**/multiview2.png
|
||||||
.idea
|
.idea
|
||||||
*.swp
|
*.swp
|
||||||
|
@ -37,6 +37,9 @@
|
|||||||
- Updated winit to 0.25.
|
- Updated winit to 0.25.
|
||||||
- Fixed the teapot example on ArchLinux (GTX 1650).
|
- Fixed the teapot example on ArchLinux (GTX 1650).
|
||||||
- Added support for the SPIR-V draw parameters capability.
|
- Added support for the SPIR-V draw parameters capability.
|
||||||
|
- Added support for the VK_KHR_multiview extension.
|
||||||
|
- Vulkano-shaders: Added support for MultiView SPIR-V capability.
|
||||||
|
- Multiview example added showing how to utilize the VK_KHR_multiview extension to render to multiple layers of a framebuffer at once.
|
||||||
|
|
||||||
# Version 0.23.0 (2021-04-10)
|
# Version 0.23.0 (2021-04-10)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user