mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Update vulkan bindings for to work with the new keyword bit_field
This commit is contained in:
+1
-1
@@ -565,7 +565,7 @@ def parse_structs(f):
|
||||
# The second way has many fields that are each 1 bit
|
||||
elif int(fname) == 1:
|
||||
bit_field_type = do_type(bit_field[0], prev_name, fname)
|
||||
ffields.append(tuple(["bit_field", bit_field_type, comment]))
|
||||
ffields.append(tuple(["bitfield", bit_field_type, comment]))
|
||||
break
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user