diff options
Diffstat (limited to 'src/gallium/drivers/zink/zink_context.h')
-rw-r--r-- | src/gallium/drivers/zink/zink_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/zink/zink_context.h b/src/gallium/drivers/zink/zink_context.h index 8c17b1c51d7..57c077da911 100644 --- a/src/gallium/drivers/zink/zink_context.h +++ b/src/gallium/drivers/zink/zink_context.h @@ -101,7 +101,7 @@ struct zink_context { float blend_constants[4]; - uint32_t stencil_ref[2]; + struct pipe_stencil_ref stencil_ref; }; static inline struct zink_context * |