Add hint parsing on constant buffers. Not yet used in output.

This commit is contained in:
2025-08-25 22:08:58 +02:00
parent ab711b5610
commit e0908a67c0
2 changed files with 14 additions and 1 deletions

View File

@@ -119,6 +119,8 @@ Constant_Buffer :: struct {
fields : Static_Array(Property_Field, 16);
hint : Field_Hint; // optional hint...
buffer_index : u32;
}