#1598 Changelog entries

This commit is contained in:
Ilya Lakhin 2021-06-07 21:53:12 +07:00
parent 748097a159
commit 15fcbafaf9
2 changed files with 5 additions and 0 deletions

2
.gitignore vendored
View File

@ -3,5 +3,7 @@ target
.cargo
examples/**/triangle.png
examples/**/mandelbrot.png
examples/**/multiview1.png
examples/**/multiview2.png
.idea
*.swp

View File

@ -37,6 +37,9 @@
- Updated winit to 0.25.
- Fixed the teapot example on ArchLinux (GTX 1650).
- 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)