This commit is contained in:
PavelBARABANOV 2025-11-28 19:22:48 +03:00
parent 8859809ebd
commit 139b111a7e
8 changed files with 271 additions and 41 deletions

View file

@ -36,8 +36,10 @@ struct TextureDefinition {
Id sampled_type;
Id pointer_type;
Id image_type;
Id result_type;
u32 count;
bool is_multisample;
SamplerComponentType component_type;
};
struct TextureBufferDefinition {