Finalize struct gen for structured buffers. Rename buffer builtins.

This commit is contained in:
2025-09-29 20:55:27 +02:00
parent 63a68b70b4
commit 2e23b37405
12 changed files with 25 additions and 20 deletions

View File

@@ -1,8 +1,8 @@
property_buffer :: buffer {
property_buffer :: Buffer {
color : float4;
}
const_buffer :: constant_buffer {
const_buffer :: Constant_Buffer {
color : float4;
}