ash/ash
Marijn Suijten 33bc042e9c
Expose FramebufferCreateInfo::attachment_count builder for IMAGELESS (#747)
* Expose `FramebufferCreateInfo::attachment_count` builder for `IMAGELESS`

Don't omit the `attachment_count()` builder method, because it is valid
to set the number of attachments without providing attachments in the
`IMAGELESS` case.

Also change the generator array lookup to use the name of the count
field that is allowed to have a builder method, rather than the name of
the field that would use this as `len` field and hence cause it to be
skipped.

* Clean up clones
2023-05-02 10:54:36 +02:00
..
src Expose FramebufferCreateInfo::attachment_count builder for IMAGELESS (#747) 2023-05-02 10:54:36 +02:00
tests Impl trait functions directly on EntryCustom/Instance/Device (#412) 2021-04-30 17:13:23 +02:00
build.rs fix clippy::uninlined_format_args (#705) 2023-04-02 22:29:25 +02:00
Cargo.toml Update Vulkan-Headers to 1.3.246 (#723) 2023-04-03 11:12:35 +02:00
LICENSE-APACHE Adds LICENSE-* files to crate subdirectories (#452) 2021-07-09 12:21:15 +02:00
LICENSE-MIT Adds LICENSE-* files to crate subdirectories (#452) 2021-07-09 12:21:15 +02:00