layers: Remove layer_data refs in RP support funcs
Change-Id: I2c6ae845737d2b147708183da39c1b560e8cda58
diff --git a/layers/descriptor_sets.cpp b/layers/descriptor_sets.cpp
index c7a7197..dada1fa 100644
--- a/layers/descriptor_sets.cpp
+++ b/layers/descriptor_sets.cpp
@@ -955,7 +955,7 @@
}
// Set is being deleted or updates so invalidate all bound cmd buffers
void cvdescriptorset::DescriptorSet::InvalidateBoundCmdBuffers() {
- device_data_->InvalidateCommandBuffers(device_data_, cb_bindings, {HandleToUint64(set_), kVulkanObjectTypeDescriptorSet});
+ device_data_->InvalidateCommandBuffers(cb_bindings, {HandleToUint64(set_), kVulkanObjectTypeDescriptorSet});
}
// Loop through the write updates to do for a push descriptor set, ignoring dstSet