Commit Graph

3293 Commits

Author SHA1 Message Date
Austin Johnson
e11128758b
#1844 Changelog update
https://github.com/vulkano-rs/vulkano/pull/1844
2022-02-27 00:18:57 -06:00
Rua
9e8682fce7
Add UnsafeImageCreateInfo and ImageViewCreateInfo (#1844) 2022-02-27 00:18:14 -06:00
Austin Johnson
9abe092615
#1843 Changelog update
https://github.com/vulkano-rs/vulkano/pull/1843
2022-02-26 06:19:19 -06:00
Rua
550b4c320a
Add UnsafeDescriptorSetCreateInfo (#1843)
* Add `UnsafeDescriptorSetCreateInfo`

* Remove `DescriptorsCount`

* `DescriptorPool::alloc` > `allocate`
2022-02-26 06:19:14 -06:00
Austin Johnson
4c1672c253
#1842 Changelog update
https://github.com/vulkano-rs/vulkano/pull/1842
2022-02-26 02:46:57 -06:00
Rua
a593fee072
Add SamplerCreateInfo and SamplerYcbcrConversionCreateInfo (#1842) 2022-02-26 02:46:53 -06:00
Austin Johnson
f2637ef16e
#1841 Changelog update
https://github.com/vulkano-rs/vulkano/pull/1841
2022-02-26 02:42:17 -06:00
Rua
42b4bd9441
Add CreateInfo for Event, Fence and Semaphore. (#1841)
* Add `CreateInfo` for `Event`, `Fence` and `Semaphore`.

* Small fixup

* Random idea...

* Fix CI error on Windows and Mac
2022-02-26 02:42:14 -06:00
Austin Johnson
01cdcc3946
#1840 Changelog update
https://github.com/vulkano-rs/vulkano/pull/1840
2022-02-25 17:53:02 -06:00
Rua
c61ed1bfe3
Add QueryPoolCreateInfo (#1840) 2022-02-25 17:52:59 -06:00
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