shader: Fix TXD

This commit is contained in:
FernandoS27 2021-03-30 19:20:59 +02:00 committed by ameerj
parent 4d0d29fc20
commit 67afdaf566
2 changed files with 2 additions and 2 deletions

View file

@ -403,7 +403,7 @@ OPCODE(ImageGatherDref, F32x4, U32,
OPCODE(ImageFetch, F32x4, U32, Opaque, Opaque, U32, Opaque, )
OPCODE(ImageQueryDimensions, U32x4, U32, U32, )
OPCODE(ImageQueryLod, F32x4, U32, Opaque, )
OPCODE(ImageGradient, F32x4, U32, Opaque, Opaque, Opaque, F32, )
OPCODE(ImageGradient, F32x4, U32, Opaque, Opaque, Opaque, Opaque, )
// Warp operations
OPCODE(VoteAll, U1, U1, )