mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
zink: stop enabling EXT_conservative_rasterization
this isn't used cc: mesa-stable Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27882>
This commit is contained in:
parent
2ca6d044c1
commit
532d43881f
1 changed files with 0 additions and 4 deletions
|
|
@ -149,10 +149,6 @@ EXTENSIONS = [
|
|||
Extension("VK_EXT_sample_locations",
|
||||
alias="sample_locations",
|
||||
properties=True),
|
||||
Extension("VK_EXT_conservative_rasterization",
|
||||
alias="cons_raster",
|
||||
properties=True,
|
||||
conditions=["$props.fullyCoveredFragmentShaderInputVariable"]),
|
||||
Extension("VK_KHR_shader_draw_parameters"),
|
||||
Extension("VK_KHR_sampler_mirror_clamp_to_edge"),
|
||||
Extension("VK_EXT_descriptor_buffer", alias="db", features=True, properties=True),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue