Files
vulkan-zig/generator
Robin Voetter 1c8e6b5a4b 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-01-16 17:06:43 +01:00
..
2021-01-16 17:06:43 +01:00
2021-01-03 16:18:46 +01:00
2020-12-01 14:21:56 +01:00