mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Use sampler resourceId for sampler resource rows
This commit is contained in:
@@ -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()};
|
||||
|
||||
Reference in New Issue
Block a user