Initialize rasterDiscardEnable to VK_FALSE

This commit is contained in:
Dr. Chat 2016-05-25 17:45:38 -05:00
parent 008167fa66
commit 8611417219
1 changed files with 1 additions and 0 deletions

View File

@ -1072,6 +1072,7 @@ PipelineCache::UpdateStatus PipelineCache::UpdateRasterizationState(
// TODO(benvanik): right setting? // TODO(benvanik): right setting?
state_info.depthClampEnable = VK_FALSE; state_info.depthClampEnable = VK_FALSE;
state_info.rasterizerDiscardEnable = VK_FALSE;
// KILL_PIX_POST_EARLY_Z // KILL_PIX_POST_EARLY_Z
if (regs.pa_sc_viz_query & 0x80) { if (regs.pa_sc_viz_query & 0x80) {