tgsi: remove unused Flags member from full_instruction
This commit is contained in:
@@ -483,8 +483,6 @@ tgsi_default_full_instruction( void )
|
||||
full_instruction.FullSrcRegisters[i] = tgsi_default_full_src_register();
|
||||
}
|
||||
|
||||
full_instruction.Flags = 0x0;
|
||||
|
||||
return full_instruction;
|
||||
}
|
||||
|
||||
|
||||
@@ -83,7 +83,6 @@ struct tgsi_full_instruction
|
||||
struct tgsi_instruction_texture InstructionTexture;
|
||||
struct tgsi_full_dst_register FullDstRegisters[TGSI_FULL_MAX_DST_REGISTERS];
|
||||
struct tgsi_full_src_register FullSrcRegisters[TGSI_FULL_MAX_SRC_REGISTERS];
|
||||
uint Flags; /**< user-defined usage */
|
||||
};
|
||||
|
||||
union tgsi_full_token
|
||||
|
||||
Reference in New Issue
Block a user