spirv: More correct texel buffer usage

This commit is contained in:
IndecisiveTurtle 2024-08-30 00:20:47 +03:00
parent ac2fa103fa
commit fab390b860
4 changed files with 5 additions and 1 deletions

View file

@ -215,6 +215,7 @@ public:
Id image_type;
Id result_type;
bool is_integer;
bool is_storage;
};
u32& binding;