gfxstream: Keep VK_EXT_line_rasterization for codegen
Codegen does not automatically generate code for promoted extensions, so we need to explicitly define support for VK_EXT_line_rasterization to generate necessary code. Reviewed-by: Aaron Ruby <aruby@blackberry.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31929>
This commit is contained in:
committed by
Gurchetan Singh
parent
72dbabdfef
commit
6912c95efe
@@ -47,6 +47,7 @@ SUPPORTED_FEATURES = [
|
||||
"VK_NV_shader_subgroup_partitioned",
|
||||
"VK_KHR_shader_subgroup_extended_types",
|
||||
"VK_EXT_provoking_vertex",
|
||||
"VK_EXT_line_rasterization",
|
||||
"VK_KHR_line_rasterization",
|
||||
"VK_EXT_transform_feedback",
|
||||
"VK_EXT_primitive_topology_list_restart",
|
||||
|
||||
Reference in New Issue
Block a user