early-access version 3973

This commit is contained in:
pineappleEA
2023-11-12 23:16:19 +01:00
parent 16a6230063
commit c434e00765
8 changed files with 60 additions and 31 deletions

View File

@@ -40,18 +40,21 @@ struct TextureDefinition {
struct TextureBufferDefinition {
Id id;
Id pointer_type;
u32 count;
};
struct ImageBufferDefinition {
Id id;
Id image_type;
Id pointer_type;
u32 count;
};
struct ImageDefinition {
Id id;
Id image_type;
Id pointer_type;
u32 count;
};