summaryrefslogtreecommitdiffstats
path: root/tools/gfx/d3d12/render-d3d12.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gfx/d3d12/render-d3d12.cpp')
-rw-r--r--tools/gfx/d3d12/render-d3d12.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gfx/d3d12/render-d3d12.cpp b/tools/gfx/d3d12/render-d3d12.cpp
index e85fa84a3..0e7e7d3ab 100644
--- a/tools/gfx/d3d12/render-d3d12.cpp
+++ b/tools/gfx/d3d12/render-d3d12.cpp
@@ -405,7 +405,6 @@ public:
}
public:
- uint32_t m_stride = 0;
Result init(const IQueryPool::Desc& desc, D3D12Device* device, uint32_t stride);
virtual SLANG_NO_THROW Result SLANG_MCALL
@@ -428,6 +427,7 @@ public:
QueryType m_queryType;
RefPtr<BufferResourceImpl> m_bufferResource;
RefPtr<D3D12Device> m_device;
+ uint32_t m_stride = 0;
};
struct BoundVertexBuffer