diff options
Diffstat (limited to 'src/shader_recompiler/frontend/ir')
| -rw-r--r-- | src/shader_recompiler/frontend/ir/opcodes.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shader_recompiler/frontend/ir/opcodes.inc b/src/shader_recompiler/frontend/ir/opcodes.inc index e82db0cd2..ffd0cc690 100644 --- a/src/shader_recompiler/frontend/ir/opcodes.inc +++ b/src/shader_recompiler/frontend/ir/opcodes.inc | |||
| @@ -403,7 +403,7 @@ OPCODE(ImageGatherDref, F32x4, U32, | |||
| 403 | OPCODE(ImageFetch, F32x4, U32, Opaque, Opaque, U32, Opaque, ) | 403 | OPCODE(ImageFetch, F32x4, U32, Opaque, Opaque, U32, Opaque, ) |
| 404 | OPCODE(ImageQueryDimensions, U32x4, U32, U32, ) | 404 | OPCODE(ImageQueryDimensions, U32x4, U32, U32, ) |
| 405 | OPCODE(ImageQueryLod, F32x4, U32, Opaque, ) | 405 | OPCODE(ImageQueryLod, F32x4, U32, Opaque, ) |
| 406 | OPCODE(ImageGradient, F32x4, U32, Opaque, Opaque, Opaque, F32, ) | 406 | OPCODE(ImageGradient, F32x4, U32, Opaque, Opaque, Opaque, Opaque, ) |
| 407 | 407 | ||
| 408 | // Warp operations | 408 | // Warp operations |
| 409 | OPCODE(VoteAll, U1, U1, ) | 409 | OPCODE(VoteAll, U1, U1, ) |