Rua
7ee0a93d92
Add UnsafeCommandPoolCreateInfo
, CommandBufferAllocateInfo
and other changes ( #1839 )
...
* Add `CommandPoolCreateInfo`, `CommandBufferAllocateInfo` and other changes
* `inheritance` rename
Co-authored-by: Austin Johnson <me@austinj.work>
2022-02-25 17:50:40 -06:00
Austin Johnson
a4c9f16d40
#1839 Changelog update
...
https://github.com/vulkano-rs/vulkano/pull/1839
2022-02-25 17:50:34 -06:00
Austin Johnson
f6dfd16a6a
#1838 Changelog update
...
https://github.com/vulkano-rs/vulkano/pull/1838
2022-02-25 17:07:56 -06:00
Rua
3666f8bf80
Add MemoryAllocateInfo
, improve handling of external memory ( #1838 )
...
* Add `MemoryAllocateInfo`, improve handling of external memory
* Fixes for Windows
* Handle todo items
2022-02-25 17:07:51 -06:00
Austin Johnson
951a6d5f31
#1836 Changelog update
...
https://github.com/vulkano-rs/vulkano/pull/1836
2022-02-25 16:58:14 -06:00
Rua
db51e15e5e
Vulkan 1.3 support, updated dependencies ( #1836 )
2022-02-25 16:58:09 -06:00
Austin Johnson
704796b0f3
#1834 Changelog Update
...
https://github.com/vulkano-rs/vulkano/pull/1834
2022-02-25 16:52:49 -06:00
Rua
786683c2a9
Add DescriptorSetLayoutCreateInfo
and PipelineLayoutCreateInfo
( #1834 )
...
* Add `DescriptorSetLayoutCreateInfo` and `PipelineLayoutCreateInfo`
* DescriptorType non_exhaustive
2022-02-25 16:52:44 -06:00
Austin Johnson
51c5d197bf
Update examples readme
...
The readme still redirected users to the vulkano-examples repository. This has since been achieved. Included a step-by-step guide to switching version tag.
2022-02-23 02:17:35 -06:00
Rua
faf0850ef8
#1832 changelog update
2022-02-20 10:56:43 +01:00
Rua
645faa4530
Add SwapchainCreateInfo
, various related changes ( #1832 )
2022-02-20 10:55:34 +01:00
Rua
7f14f6ff7a
Include raw function pointer structs in documentation ( #1831 )
2022-02-19 18:16:44 -06:00
Austin Johnson
662c93af33
Changelog Update for #1828
...
https://github.com/vulkano-rs/vulkano/pull/1828
2022-02-19 18:14:21 -06:00
Rua
21330c747a
Add RenderPassCreateInfo
and FramebufferCreateInfo
( #1828 )
2022-02-19 18:14:16 -06:00
Austin Johnson
0eeaaf4b95
Changelog Update for #1827
...
https://github.com/vulkano-rs/vulkano/pull/1827
2022-02-19 17:46:56 -06:00
Rua
244b80d468
Only include SamplerReductionModeCreateInfo
if needed ( #1827 )
2022-02-19 17:46:22 -06:00
Rua
3ad03f8593
Update CHANGELOG.md
2022-02-14 11:38:33 +01:00
Rua
9094b9bc78
Move changes again
2022-02-14 11:38:24 +01:00
Ilya Lakhin
96d499c2b7
#1815 Changelog update
2022-02-14 17:36:55 +07:00
Rua
a6cc7db065
Add UnsafeBufferCreateInfo
and BufferViewCreateInfo
( #1815 )
...
* Convert creation of `UnsafeBuffer` and `BufferView` to use a builder
* Doctest fix
* Change builders to non_exhaustive structs
* Use `NonExhaustive` type instead of attribute
* Doctest fix... again
* Small fixes
* Use Option<Format> for forwards compatibility with Vulkan
2022-02-14 17:35:42 +07:00
Rua
9144143e87
Put new changes in the right place
2022-02-14 10:42:15 +01:00
Rua
c527319b3f
Add test for Version parsing ( #1825 )
2022-02-14 10:37:32 +01:00
Ilya Lakhin
2bc0ea43d0
#1814 changelog update
2022-02-14 16:33:15 +07:00
Rua
8775777f47
Add InstanceCreateInfo
and DeviceCreateInfo
( #1814 )
...
* Convert creation of `Instance` and `Device` to use a builder
* Big oops
* Add `InstanceCreateInfo` and `DeviceCreateInfo`
* Doc fix
* impl FromStr for Version, remove elidable qf2
2022-02-14 16:32:27 +07:00
Rua
33aa520706
#1824 Changelog update
2022-02-13 11:38:44 +01:00
Austin Johnson
901d2b2bc2
Refactor VertexBuffersCollection to acccept Arc<dyn BufferAccess> ( #1824 )
2022-02-13 11:38:14 +01:00
Rua
acaa8c9be6
#1823 Changelog update
2022-02-10 22:42:25 +01:00
Eemeli Lehtonen
3054690ed7
fix shader macro for geometry stages ( #1823 )
2022-02-10 22:41:43 +01:00
Rua
f19ba2d0ed
#1820 Changelog update
2022-02-09 13:11:13 +01:00
Amjad Alsharafi
d2f9f0c134
Added overlapping_push_constant_ranges
to PipelineLayout
( #1820 )
2022-02-09 13:10:13 +01:00
Rua
9f1ef520b5
#1822 Changelog update
2022-02-09 12:29:30 +01:00
Eemeli Lehtonen
d701a3a90b
fix queue 'supports_' methods with empty flags ( #1822 )
2022-02-09 12:27:45 +01:00
Rua
24c0e749a5
#1821 Changelog update
2022-02-09 11:01:17 +01:00
Eemeli Lehtonen
8f828962b0
fix typo in begin_render_pass ( #1821 )
2022-02-09 10:59:07 +01:00
Rua
4f094396ad
Move Unbuildable
to crate root and rename to NonExhaustive
( #1818 )
2022-02-06 19:26:28 +01:00
Rua
0a45d84bba
#1817 Changelog update
2022-02-06 10:06:27 +01:00
Amjad Alsharafi
5002d55584
Fix sync bug in same image blit/copy commands ( #1817 )
2022-02-06 10:05:38 +01:00
Okko Hakola
96c52ad11a
Add multi-window game of life application example ( #1812 )
2022-02-02 17:21:32 +01:00
Rua
2862f14f52
Update CHANGELOG.md
2022-02-02 13:53:59 +01:00
Rua
e7acf2aa9b
Release Vulkano 0.28 ( #1810 )
...
* Release Vulkano 0.28
* resolve unused ImageCreateFlags import on windows build
Co-authored-by: Austin Johnson <me@austinj.work>
2022-02-02 05:43:34 -06:00
Ilya Lakhin
09cf7e885c
#1811 Changelog update
2022-01-30 22:53:41 +07:00
Tim Balsfulland
608f847db8
fix not being able to create multi-layer framebuffers ( #1811 )
2022-01-30 12:31:26 +01:00
Austin Johnson
a3a1d4d8e9
Update discord badge
...
for to add the hyperlink.....
2022-01-29 20:09:51 -06:00
Austin Johnson
f3d8198249
Add discord badge
2022-01-29 20:06:04 -06:00
Ilya Lakhin
db3c32f125
#1807 Changelog update
2022-01-30 08:54:22 +07:00
Rua
e3146aac0e
Sampler ycbcr conversion ( #1807 )
...
* Better validation of image view creation, descriptor set updates, draw-time resources and others
* Add sampler YCbCr conversion
* Add shader validation
* Minor fixes
* Add YCbCr example
* Typo
2022-01-30 08:52:57 +07:00
Ilya Lakhin
5f601b125e
#1806 Changelog update
2022-01-30 03:55:52 +07:00
Rua
0c06394e6c
Better validation of image view creation, descriptor set updates, draw-time resources and others ( #1806 )
2022-01-30 03:53:33 +07:00
Ilya Lakhin
b25598ee70
Readme fix
2022-01-30 01:52:53 +07:00
Rua
109920ec2d
#1803 Changelog update
2022-01-29 19:00:26 +01:00