Use sampler resourceId for sampler resource rows

This commit is contained in:
baldurk
2018-03-01 16:41:47 +00:00
parent 4e6701a438
commit c445395967
@@ -666,7 +666,7 @@ QVariantList VulkanPipelineStateViewer::makeSampler(const QString &bindset, cons
bindset,
slotname,
descriptor.immutableSampler ? tr("Immutable Sampler") : tr("Sampler"),
descriptor.resourceResourceId,
descriptor.samplerResourceId,
addressing,
filter + lit(", ") + lod,
QString()};