diff options
| author | 2021-07-29 13:27:01 -0400 | |
|---|---|---|
| committer | 2021-11-16 22:11:28 +0100 | |
| commit | f086c82e1f80cae088bb22de9092598dc51979da (patch) | |
| tree | 8e055b4397c2dc9288a8fed65daf171488ecadc9 /src/shader_recompiler/backend/glasm | |
| parent | texture_cache: Fix blacklists on compute (diff) | |
| download | yuzu-f086c82e1f80cae088bb22de9092598dc51979da.tar.gz yuzu-f086c82e1f80cae088bb22de9092598dc51979da.tar.xz yuzu-f086c82e1f80cae088bb22de9092598dc51979da.zip | |
gl_graphics_pipeline: Add downscale factor to shader uniforms
Diffstat (limited to 'src/shader_recompiler/backend/glasm')
| -rw-r--r-- | src/shader_recompiler/backend/glasm/emit_glasm_not_implemented.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/shader_recompiler/backend/glasm/emit_glasm_not_implemented.cpp b/src/shader_recompiler/backend/glasm/emit_glasm_not_implemented.cpp index 807494063..77ee6dc0e 100644 --- a/src/shader_recompiler/backend/glasm/emit_glasm_not_implemented.cpp +++ b/src/shader_recompiler/backend/glasm/emit_glasm_not_implemented.cpp | |||
| @@ -211,8 +211,7 @@ void EmitYDirection(EmitContext& ctx, IR::Inst& inst) { | |||
| 211 | } | 211 | } |
| 212 | 212 | ||
| 213 | void EmitResolutionDownFactor(EmitContext& ctx, IR::Inst& inst) { | 213 | void EmitResolutionDownFactor(EmitContext& ctx, IR::Inst& inst) { |
| 214 | UNIMPLEMENTED(); | 214 | ctx.Add("MOV.F {}.x,program.env[0].x;", inst); |
| 215 | ctx.Add("MOV.F {}.x,1;", inst); | ||
| 216 | } | 215 | } |
| 217 | 216 | ||
| 218 | void EmitUndefU1(EmitContext& ctx, IR::Inst& inst) { | 217 | void EmitUndefU1(EmitContext& ctx, IR::Inst& inst) { |