shader_bytecode: Fixup encoding

This commit is contained in:
ReinUsesLisp 2018-12-18 20:51:05 -03:00
parent f03f054819
commit 2b5088a8e9

View file

@ -609,7 +609,7 @@ union Instruction {
BitField<31, 1, u64> negate_b;
BitField<30, 1, u64> abs_b;
BitField<28, 2, HalfType> type_b;
BitField<28 , 2, HalfType> type_b;
BitField<35, 2, HalfType> type_c;
} alu_half;