From f543b43fd054ae9ec1e4d693a9bd1540e408ddac Mon Sep 17 00:00:00 2001 From: bunnei Date: Thu, 20 Sep 2018 23:41:25 -0400 Subject: gl_rasterizer_cache: Implement render to cubemap. --- src/video_core/textures/texture.h | 2 ++ 1 file changed, 2 insertions(+) (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 c2fb824b2..14aea4838 100644 --- a/src/video_core/textures/texture.h +++ b/src/video_core/textures/texture.h @@ -165,6 +165,8 @@ struct TICEntry { // High 16 bits of the pitch value BitField<0, 16, u32> pitch_high; + + BitField<28, 4, u32> max_mip_level; }; union { BitField<0, 16, u32> width_minus_1; -- cgit v1.2.3