From e0ca938b222584cdbf9e03460171c03484882bd4 Mon Sep 17 00:00:00 2001 From: FernandoS27 Date: Thu, 11 Oct 2018 19:11:47 -0400 Subject: Propagate depth and depth_block on modules using decoders --- src/video_core/textures/texture.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/video_core/textures/texture.h') diff --git a/src/video_core/textures/texture.h b/src/video_core/textures/texture.h index 58d17abcb..5947bd2b9 100644 --- a/src/video_core/textures/texture.h +++ b/src/video_core/textures/texture.h @@ -141,6 +141,7 @@ static_assert(sizeof(TextureHandle) == 4, "TextureHandle has wrong size"); struct TICEntry { static constexpr u32 DefaultBlockHeight = 16; + static constexpr u32 DefaultBlockDepth = 1; union { u32 raw; -- cgit v1.2.3