From f298b9a17903d6cafa24aa21b15b9f8da8bcdc6b Mon Sep 17 00:00:00 2001 From: yserrr Date: Thu, 7 May 2026 07:12:47 +0000 Subject: [PATCH] wip --- src/gallium/include/pipe/p_state.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/include/pipe/p_state.h b/src/gallium/include/pipe/p_state.h index e6dadc0e0a2..782e2183b80 100644 --- a/src/gallium/include/pipe/p_state.h +++ b/src/gallium/include/pipe/p_state.h @@ -306,7 +306,7 @@ struct pipe_stream_output_info struct pipe_shader_state { enum pipe_shader_ir type; - struct{ + union { const struct tgsi_token *tokens; struct nir_shader *nir; } ir;