This commit is contained in:
yserrr 2026-05-07 07:12:47 +00:00
parent 9b16f9216e
commit f298b9a179

View file

@ -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;