Don't treat combined image/sampler resources as samplers and discard

This commit is contained in:
baldurk
2017-07-28 19:06:39 +01:00
parent 7d46b21fd6
commit f3cae89df7
+1 -1
View File
@@ -1345,7 +1345,7 @@ namespace renderdocui.Windows
if (bind.bindPoint == idx)
{
if(bind.IsSampler)
if(bind.IsSampler && !bind.IsSRV)
samplerBind = true;
else
otherBind = true;