mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
radv: remove declared but unused radv_pipeline::is_dual_src
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5837>
This commit is contained in:
parent
859687313b
commit
76de1414c1
1 changed files with 0 additions and 1 deletions
|
|
@ -1697,7 +1697,6 @@ struct radv_pipeline {
|
|||
/* Used for rbplus */
|
||||
uint32_t col_format;
|
||||
uint32_t cb_target_mask;
|
||||
bool is_dual_src;
|
||||
} graphics;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue