spirv: Fix TXQ with MSAA textures
This commit is contained in:
parent
a1d8306bfd
commit
a63e17566a
3 changed files with 19 additions and 8 deletions
|
@ -1288,6 +1288,7 @@ void EmitContext::DefineTextures(const Info& info, u32& binding, u32& scaling_in
|
|||
.pointer_type = pointer_type,
|
||||
.image_type = image_type,
|
||||
.count = desc.count,
|
||||
.is_multisample = desc.is_multisample,
|
||||
});
|
||||
if (profile.supported_spirv >= 0x00010400) {
|
||||
interfaces.push_back(id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue