diff options
Diffstat (limited to 'src/shader_recompiler/backend/glasm/emit_glasm_image.cpp')
| -rw-r--r-- | src/shader_recompiler/backend/glasm/emit_glasm_image.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shader_recompiler/backend/glasm/emit_glasm_image.cpp b/src/shader_recompiler/backend/glasm/emit_glasm_image.cpp index 34725b8c6..1c8c70661 100644 --- a/src/shader_recompiler/backend/glasm/emit_glasm_image.cpp +++ b/src/shader_recompiler/backend/glasm/emit_glasm_image.cpp | |||
| @@ -529,7 +529,7 @@ void EmitImageFetch(EmitContext& ctx, IR::Inst& inst, const IR::Value& index, | |||
| 529 | } | 529 | } |
| 530 | 530 | ||
| 531 | void EmitImageQueryDimensions(EmitContext& ctx, IR::Inst& inst, const IR::Value& index, | 531 | void EmitImageQueryDimensions(EmitContext& ctx, IR::Inst& inst, const IR::Value& index, |
| 532 | ScalarF32 lod) { | 532 | ScalarS32 lod) { |
| 533 | const auto info{inst.Flags<IR::TextureInstInfo>()}; | 533 | const auto info{inst.Flags<IR::TextureInstInfo>()}; |
| 534 | const std::string texture{Texture(ctx, info, index)}; | 534 | const std::string texture{Texture(ctx, info, index)}; |
| 535 | const std::string_view type{TextureType(info)}; | 535 | const std::string_view type{TextureType(info)}; |