mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-02 20:20:09 +01:00
tgsi: remove unused tgsi_shader_info.uses_subgroup_info
Reviewed-by: Charmaine Lee <charmainel@vmware.com> Reviewed-by: Christian Gmeiner <cgmeiner@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24100>
This commit is contained in:
parent
68d0c847bb
commit
9c207d4f89
1 changed files with 0 additions and 1 deletions
|
|
@ -98,7 +98,6 @@ struct tgsi_shader_info
|
|||
bool uses_frontface;
|
||||
bool uses_invocationid;
|
||||
bool uses_grid_size;
|
||||
bool uses_subgroup_info;
|
||||
bool writes_position;
|
||||
bool writes_psize;
|
||||
bool writes_clipvertex;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue