diff options
author | ReinUsesLisp <reinuseslisp@airmail.cc> | 2021-07-22 03:24:33 +0200 |
---|---|---|
committer | Fernando Sahmkow <fsahmkow27@gmail.com> | 2021-11-16 22:11:27 +0100 |
commit | fb924ea85c22353c1a6f108d38372ab14355695b (patch) | |
tree | 0918fdff8a4eef5ac26db4bd592f6be5aeab6943 /src/shader_recompiler/frontend/ir/opcodes.inc | |
parent | gl_texture_cache: Implement ScaleDown (diff) | |
download | yuzu-fb924ea85c22353c1a6f108d38372ab14355695b.tar yuzu-fb924ea85c22353c1a6f108d38372ab14355695b.tar.gz yuzu-fb924ea85c22353c1a6f108d38372ab14355695b.tar.bz2 yuzu-fb924ea85c22353c1a6f108d38372ab14355695b.tar.lz yuzu-fb924ea85c22353c1a6f108d38372ab14355695b.tar.xz yuzu-fb924ea85c22353c1a6f108d38372ab14355695b.tar.zst yuzu-fb924ea85c22353c1a6f108d38372ab14355695b.zip |
Diffstat (limited to 'src/shader_recompiler/frontend/ir/opcodes.inc')
-rw-r--r-- | src/shader_recompiler/frontend/ir/opcodes.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shader_recompiler/frontend/ir/opcodes.inc b/src/shader_recompiler/frontend/ir/opcodes.inc index d91098c80..72751c5a0 100644 --- a/src/shader_recompiler/frontend/ir/opcodes.inc +++ b/src/shader_recompiler/frontend/ir/opcodes.inc @@ -62,6 +62,7 @@ OPCODE(InvocationId, U32, OPCODE(SampleId, U32, ) OPCODE(IsHelperInvocation, U1, ) OPCODE(YDirection, F32, ) +OPCODE(ResolutionDownFactor, F32, ) // Undefined OPCODE(UndefU1, U1, ) |