Files
vulkan-zig/generator/vulkan
Christofer Nolander 5b99c4992a format bit flags as set
This changes to format output from:

    MyFlagType{ .first_bit = true, second_bit = false, _reserved_bit_0 = false, _reserved_bit_1 = false }

to the following:

    MyFlagType{ first_bit }

That is, we only show bits which are `true`.
2023-08-23 20:01:44 +02:00
..
2023-07-10 10:59:11 -04:00
2023-07-24 00:18:56 -04:00
2023-07-10 10:59:11 -04:00
2023-08-23 20:01:44 +02:00