diff options
| author | Andrea Pappacoda <andrea@pappacoda.it> | 2022-04-02 16:34:07 +0200 |
|---|---|---|
| committer | Andrea Pappacoda <andrea@pappacoda.it> | 2022-04-02 16:34:07 +0200 |
| commit | 0c214cb5b9f209df5f0a00e4bde16f8d295b8301 (patch) | |
| tree | bb1013e9543cc306d0425551eb0754b29b3694bb /src/shader_recompiler/frontend/maxwell/translate/impl/texture_load.cpp | |
| parent | 550844e5e8e52edfb88bffefc4663d64b9b49b88 (diff) | |
fix: typos
Diffstat (limited to 'src/shader_recompiler/frontend/maxwell/translate/impl/texture_load.cpp')
| -rw-r--r-- | src/shader_recompiler/frontend/maxwell/translate/impl/texture_load.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shader_recompiler/frontend/maxwell/translate/impl/texture_load.cpp b/src/shader_recompiler/frontend/maxwell/translate/impl/texture_load.cpp index 57b4f0eee..60732215b 100644 --- a/src/shader_recompiler/frontend/maxwell/translate/impl/texture_load.cpp +++ b/src/shader_recompiler/frontend/maxwell/translate/impl/texture_load.cpp @@ -132,7 +132,7 @@ void Impl(TranslatorVisitor& v, u64 insn, bool is_bindless) { multisample = v.X(meta_reg++); } if (tld.clamp != 0) { - throw NotImplementedException("TLD.CL - CLAMP is not implmented"); + throw NotImplementedException("TLD.CL - CLAMP is not implemented"); } IR::TextureInstInfo info{}; info.type.Assign(GetType(tld.type)); |
