aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scenegraph/d3d12/qsgd3d12renderer_p.h
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@theqtcompany.com>2016-05-26 15:04:17 +0200
committerLaszlo Agocs <laszlo.agocs@theqtcompany.com>2016-06-01 10:32:15 +0000
commita6d3e3afcdd8f08893cff4deed7e866a5daf3cbd (patch)
tree3f1b519e4f541b03b2b1a8c9c6fb0c1854e5735d /src/plugins/scenegraph/d3d12/qsgd3d12renderer_p.h
parentb34296671b0a1a314153cefd817c06478839d65d (diff)
D3D12: Get rid of the material's RenderState duplication
Change-Id: Icd42a1bfff0f12f8162e888f204ad9b3a79aa911 Reviewed-by: Gunnar Sletta <gunnar@sletta.org>
Diffstat (limited to 'src/plugins/scenegraph/d3d12/qsgd3d12renderer_p.h')
-rw-r--r--src/plugins/scenegraph/d3d12/qsgd3d12renderer_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/scenegraph/d3d12/qsgd3d12renderer_p.h b/src/plugins/scenegraph/d3d12/qsgd3d12renderer_p.h
index bed34df3a1..df30a49f0d 100644
--- a/src/plugins/scenegraph/d3d12/qsgd3d12renderer_p.h
+++ b/src/plugins/scenegraph/d3d12/qsgd3d12renderer_p.h
@@ -116,7 +116,7 @@ private:
QSGD3D12PipelineState m_pipelineState;
QSGD3D12PipelineState m_freshPipelineState;
- typedef QHash<QSGNode *, QSGD3D12Material::RenderState::DirtyStates> NodeDirtyMap;
+ typedef QHash<QSGNode *, QSGD3D12MaterialRenderState::DirtyStates> NodeDirtyMap;
NodeDirtyMap m_nodeDirtyMap;
QRect m_activeScissorRect;