summaryrefslogtreecommitdiff
path: root/tools/gfx/vulkan/vk-command-buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gfx/vulkan/vk-command-buffer.h')
-rw-r--r--tools/gfx/vulkan/vk-command-buffer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gfx/vulkan/vk-command-buffer.h b/tools/gfx/vulkan/vk-command-buffer.h
index 3d6c86a95..1c1c76ebd 100644
--- a/tools/gfx/vulkan/vk-command-buffer.h
+++ b/tools/gfx/vulkan/vk-command-buffer.h
@@ -34,6 +34,7 @@ public:
BreakableReference<TransientResourceHeapImpl> m_transientHeap;
bool m_isPreCommandBufferEmpty = true;
RootShaderObjectImpl m_rootObject;
+ RefPtr<MutableRootShaderObjectImpl> m_mutableRootShaderObject;
RefPtr<ResourceCommandEncoder> m_resourceCommandEncoder;
RefPtr<ComputeCommandEncoder> m_computeCommandEncoder;