commit | c8f54f7bf75d8a8da5c5747c7eb741f2b977a80a | [log] [tgz] |
---|---|---|
author | Courtney Goeltzenleuchter <courtney@LunarG.com> | Thu Oct 15 17:59:39 2015 -0600 |
committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | Fri Oct 23 17:31:14 2015 -0600 |
tree | 3188bcb41c87fdefab1b5c0007ef1b05deb8ad05 | |
parent | de94316d3ee4158a072c4bb966128511fa567ff8 [diff] [blame] |
bug-14737: Move alphaToCoverageEnable to MultisampleStateCreateInfo
diff --git a/icd/intel/pipeline.h b/icd/intel/pipeline.h index 416ba2c..00bb7a7 100644 --- a/icd/intel/pipeline.h +++ b/icd/intel/pipeline.h
@@ -208,6 +208,8 @@ bool rasterizerDiscardEnable; bool depthBiasEnable; + bool alphaToCoverageEnable; + VkPipelineTessellationStateCreateInfo tess_state; uint32_t active_shaders;