shader: Address feedback + clang format

This commit is contained in:
lat9nq 2021-04-10 02:32:55 -04:00 committed by ameerj
parent a4e7a41e7f
commit 5b95114cd4
12 changed files with 22 additions and 24 deletions

View file

@ -56,7 +56,7 @@ constexpr std::array UNORDERED_ENCODINGS{
#define INST(name, cute, encode) \
InstEncoding{ \
.mask_value{MaskValueFromEncoding(encode)}, \
.opcode = Opcode::name, \
.opcode = Opcode::name, \
},
#include "maxwell.inc"
#undef INST