ash/generator
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
Vulkan-Headers@63af1cf1ee Update Vulkan-Headers to 1.3.246 (#723) 2023-04-03 11:12:35 +02:00
Cargo.toml Update Vulkan-Headers to 1.3.246 (#723) 2023-04-03 11:12:35 +02:00