mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-28 17:36:36 +00:00
Don't treat combined image/sampler resources as samplers and discard
This commit is contained in:
@@ -1345,7 +1345,7 @@ namespace renderdocui.Windows
|
||||
|
||||
if (bind.bindPoint == idx)
|
||||
{
|
||||
if(bind.IsSampler)
|
||||
if(bind.IsSampler && !bind.IsSRV)
|
||||
samplerBind = true;
|
||||
else
|
||||
otherBind = true;
|
||||
|
||||
Reference in New Issue
Block a user