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

@ -406,6 +406,7 @@ void EmitContext::DefineTextureBuffers() {
.image_type = image_type,
.result_type = sampled_type[4],
.is_integer = is_integer,
.is_storage = desc.is_written,
});
interfaces.push_back(id);
}