mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
zink: reorder pipeline dynamic state1 substruct
Reviewed-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16838>
This commit is contained in:
parent
150e95fa67
commit
c1639d7bda
1 changed files with 1 additions and 1 deletions
|
|
@ -55,9 +55,9 @@ struct zink_gfx_pipeline_state {
|
|||
bool dirty;
|
||||
|
||||
struct {
|
||||
struct zink_depth_stencil_alpha_hw_state *depth_stencil_alpha_state; //non-dynamic state
|
||||
VkFrontFace front_face;
|
||||
unsigned num_viewports;
|
||||
struct zink_depth_stencil_alpha_hw_state *depth_stencil_alpha_state; //non-dynamic state
|
||||
} dyn_state1;
|
||||
|
||||
struct {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue