diff options
| author | FernandoS27 <fsahmkow27@gmail.com> | 2018-11-16 13:01:54 -0400 |
|---|---|---|
| committer | FernandoS27 <fsahmkow27@gmail.com> | 2018-11-26 09:05:12 -0400 |
| commit | ddfbe0b58d856ae4a62683943cb35c2ae8f13b95 (patch) | |
| tree | 51210c339a0aabe9e86eb3b830262ffa53eb2b57 /src/video_core/textures/texture.h | |
| parent | f9a211220c59b332a94450a85d3baa1934d6d07e (diff) | |
Implemented Tile Width Spacing
Diffstat (limited to 'src/video_core/textures/texture.h')
| -rw-r--r-- | src/video_core/textures/texture.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video_core/textures/texture.h b/src/video_core/textures/texture.h index ffa08f5c1..e7c78bee2 100644 --- a/src/video_core/textures/texture.h +++ b/src/video_core/textures/texture.h @@ -166,6 +166,8 @@ struct TICEntry { BitField<3, 3, u32> block_height; BitField<6, 3, u32> block_depth; + BitField<10, 3, u32> tile_width_spacing; + // High 16 bits of the pitch value BitField<0, 16, u32> pitch_high; BitField<26, 1, u32> use_header_opt_control; |
