commit | e094edfa7deb8d694703bb27cdee6034c1085386 | [log] [tgz] |
---|---|---|
author | Tony Barbour <tony@LunarG.com> | Fri Jun 26 10:18:34 2015 -0600 |
committer | Tony Barbour <tony@LunarG.com> | Fri Jun 26 10:18:34 2015 -0600 |
tree | 310541cee61b6a8d68cd25b1fe0d8d56a4031555 | |
parent | 54f4f421c2449c71021d1cd170ce0971927db426 [diff] [blame] |
vulkan.h: Bug 13616 Clarification of types of sample counts
diff --git a/layers/draw_state.cpp b/layers/draw_state.cpp index 783ef91..0c0265b 100644 --- a/layers/draw_state.cpp +++ b/layers/draw_state.cpp
@@ -631,7 +631,7 @@ PIPELINE_NODE* pPipe = pipelineMap[pipeline]; if (VK_STRUCTURE_TYPE_PIPELINE_MS_STATE_CREATE_INFO == pPipe->msStateCI.sType) { if (pPipe->msStateCI.multisampleEnable) - return pPipe->msStateCI.samples; + return pPipe->msStateCI.rasterSamples; } return 1; }