Files
vulkan-zig/generator
Robin Voetter 9eac24ee39 Make API-enums non-exhaustive
The Vulkan implementation is not required to
filter enums on values supported by the requested
API, and so may return values that the
implementation doesn't know about. By making
these enums non-exhaustive, the programmer is
forced to deal with these kinds of cases
appropriately.
2021-02-10 00:06:41 +01:00
..
2021-02-10 00:06:41 +01:00
2021-01-03 16:18:46 +01:00
2020-12-01 14:21:56 +01:00