Files
vulkan-zig/generator
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-08-23 20:01:44 +02:00
2022-08-20 11:31:36 +02:00
2023-03-04 01:24:30 +01:00
2022-12-03 02:35:40 +01:00