commit | f5bd2253ff4114ac446f8eb820e78d56f711020f | [log] [tgz] |
---|---|---|
author | Cody Northrop <cody@lunarg.com> | Mon Aug 17 11:10:49 2015 -0600 |
committer | Cody Northrop <cody@lunarg.com> | Wed Aug 26 09:59:59 2015 -0600 |
tree | e71e8887e6f9a10717bb33734cf2a259251acd81 | |
parent | 10442c1f0417f4a2458c959fcf2e4706f5013771 [diff] [blame] |
Bug 14323: RasterLine and RasterDepthBias changes
diff --git a/icd/intel/pipeline.h b/icd/intel/pipeline.h index e08f667..3241434 100644 --- a/icd/intel/pipeline.h +++ b/icd/intel/pipeline.h
@@ -205,6 +205,7 @@ // VkPipelineRsStateCreateInfo rs_state; bool depthClipEnable; bool rasterizerDiscardEnable; + bool depthBiasEnable; VkPipelineTessellationStateCreateInfo tess_state;