Bug 14583: Updates based on initial feedback
diff --git a/tests/vkrenderframework.cpp b/tests/vkrenderframework.cpp
index 810fc3b..1171a2c 100644
--- a/tests/vkrenderframework.cpp
+++ b/tests/vkrenderframework.cpp
@@ -957,9 +957,9 @@
      * or as shader uniform buffers. So, we'll create the shaderbuffer
      * descriptor here so it's ready if needed.
      */
-    this->m_descriptorInfo.shaderBuffer.buffer = handle();
-    this->m_descriptorInfo.shaderBuffer.offset = 0;
-    this->m_descriptorInfo.shaderBuffer.range = allocationSize;
+    this->m_descriptorInfo.bufferInfo.buffer = handle();
+    this->m_descriptorInfo.bufferInfo.offset = 0;
+    this->m_descriptorInfo.bufferInfo.range = allocationSize;
 }
 
 void VkConstantBufferObj::Bind(VkCmdBuffer cmdBuffer, VkDeviceSize offset, uint32_t binding)