diff options
Diffstat (limited to '')
| -rw-r--r-- | src/video_core/renderer_opengl/gl_shader_decompiler.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video_core/renderer_opengl/gl_shader_decompiler.cpp b/src/video_core/renderer_opengl/gl_shader_decompiler.cpp index 1eda0cb44..8fa9e6534 100644 --- a/src/video_core/renderer_opengl/gl_shader_decompiler.cpp +++ b/src/video_core/renderer_opengl/gl_shader_decompiler.cpp | |||
| @@ -1491,6 +1491,8 @@ private: | |||
| 1491 | case Tegra::Shader::HalfType::H1_H1: | 1491 | case Tegra::Shader::HalfType::H1_H1: |
| 1492 | return {fmt::format("vec2({}[1])", operand.AsHalfFloat()), Type::HalfFloat}; | 1492 | return {fmt::format("vec2({}[1])", operand.AsHalfFloat()), Type::HalfFloat}; |
| 1493 | } | 1493 | } |
| 1494 | UNREACHABLE(); | ||
| 1495 | return {"0", Type::Int}; | ||
| 1494 | } | 1496 | } |
| 1495 | 1497 | ||
| 1496 | Expression HMergeF32(Operation operation) { | 1498 | Expression HMergeF32(Operation operation) { |