ash/generator/src
Marijn Suijten ae53f73bae
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:44:15 +02:00
..
bin Vulkan 1.2.175: Provisional Video Extensions (#417) 2021-06-06 11:00:29 +02:00
lib.rs Expose FramebufferCreateInfo::attachment_count builder for IMAGELESS (#747) 2023-05-02 10:44:15 +02:00