summaryrefslogtreecommitdiffstats
path: root/src/video_core/shader/decode/texture.cpp
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2020-10-28 21:11:24 +0100
committerReinUsesLisp <reinuseslisp@airmail.cc>2020-10-28 21:12:40 +0100
commit657771bdcbe2a35277e8d7e453b00ab21a7f27f0 (patch)
treeae080c557fc103ca156262752c3e711950a18778 /src/video_core/shader/decode/texture.cpp
parentMerge pull request #4851 from ReinUsesLisp/core-threads-race (diff)
downloadyuzu-657771bdcbe2a35277e8d7e453b00ab21a7f27f0.tar
yuzu-657771bdcbe2a35277e8d7e453b00ab21a7f27f0.tar.gz
yuzu-657771bdcbe2a35277e8d7e453b00ab21a7f27f0.tar.bz2
yuzu-657771bdcbe2a35277e8d7e453b00ab21a7f27f0.tar.lz
yuzu-657771bdcbe2a35277e8d7e453b00ab21a7f27f0.tar.xz
yuzu-657771bdcbe2a35277e8d7e453b00ab21a7f27f0.tar.zst
yuzu-657771bdcbe2a35277e8d7e453b00ab21a7f27f0.zip
Diffstat (limited to 'src/video_core/shader/decode/texture.cpp')
-rw-r--r--src/video_core/shader/decode/texture.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/shader/decode/texture.cpp b/src/video_core/shader/decode/texture.cpp
index 4e932a4b6..02fdccd86 100644
--- a/src/video_core/shader/decode/texture.cpp
+++ b/src/video_core/shader/decode/texture.cpp
@@ -556,7 +556,6 @@ Node4 ShaderIR::GetTextureCode(Instruction instr, TextureType texture_type,
const bool is_shadow = depth_compare != nullptr;
const bool is_bindless = bindless_reg.has_value();
- UNIMPLEMENTED_IF(texture_type == TextureType::TextureCube && is_array && is_shadow);
ASSERT_MSG(texture_type != TextureType::Texture3D || !is_array || !is_shadow,
"Illegal texture type");