Merge branch 'main' of git.nbross.com:nielsbross/Ink-Shader-Language

This commit is contained in:
2025-08-27 21:55:08 +02:00
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;
}