summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/zink/zink_pipeline.h
diff options
context:
space:
mode:
authorDave Airlie <[email protected]>2018-10-23 09:22:34 +1000
committerErik Faye-Lund <[email protected]>2019-10-28 08:51:45 +0000
commit0c5f3e50aea46b1aa9456c40ac0607253fcd06cd (patch)
tree0cf95f9e0fbf6019d79ccbf3b03eca59a33c9493 /src/gallium/drivers/zink/zink_pipeline.h
parentdbf67e8a20219bfe08f30c1da94760ac706fa2e2 (diff)
zink: add sample mask support
This isn't really used yet, but may as well just fill it in. Acked-by: Jordan Justen <[email protected]>
Diffstat (limited to 'src/gallium/drivers/zink/zink_pipeline.h')
-rw-r--r--src/gallium/drivers/zink/zink_pipeline.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/zink/zink_pipeline.h b/src/gallium/drivers/zink/zink_pipeline.h
index 87747fce740..ec896d0d583 100644
--- a/src/gallium/drivers/zink/zink_pipeline.h
+++ b/src/gallium/drivers/zink/zink_pipeline.h
@@ -49,6 +49,8 @@ struct zink_gfx_pipeline_state {
struct zink_depth_stencil_alpha_state *depth_stencil_alpha_state;
float line_width;
+
+ VkSampleMask sample_mask;
};
VkPipeline