summaryrefslogtreecommitdiffstats
path: root/src/video_core/regs_texturing.h
diff options
context:
space:
mode:
authorwwylele <wwylele@gmail.com>2017-05-03 18:59:48 +0200
committerwwylele <wwylele@gmail.com>2017-05-03 21:12:46 +0200
commit0f664ef89d68bb008c386680a7b1d747d50ac698 (patch)
treedbbe809d41468240ecc748b4d21a30a96e42836c /src/video_core/regs_texturing.h
parentcitra-qt: game list search function (#2673) (diff)
downloadyuzu-0f664ef89d68bb008c386680a7b1d747d50ac698.tar
yuzu-0f664ef89d68bb008c386680a7b1d747d50ac698.tar.gz
yuzu-0f664ef89d68bb008c386680a7b1d747d50ac698.tar.bz2
yuzu-0f664ef89d68bb008c386680a7b1d747d50ac698.tar.lz
yuzu-0f664ef89d68bb008c386680a7b1d747d50ac698.tar.xz
yuzu-0f664ef89d68bb008c386680a7b1d747d50ac698.tar.zst
yuzu-0f664ef89d68bb008c386680a7b1d747d50ac698.zip
Diffstat (limited to 'src/video_core/regs_texturing.h')
-rw-r--r--src/video_core/regs_texturing.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/video_core/regs_texturing.h b/src/video_core/regs_texturing.h
index 0b62da145..515848bd6 100644
--- a/src/video_core/regs_texturing.h
+++ b/src/video_core/regs_texturing.h
@@ -122,6 +122,10 @@ struct TexturingRegs {
BitField<0, 1, u32> texture0_enable;
BitField<1, 1, u32> texture1_enable;
BitField<2, 1, u32> texture2_enable;
+ BitField<8, 2, u32> texture3_coordinates; // TODO: unimplemented
+ BitField<10, 1, u32> texture3_enable; // TODO: unimplemented
+ BitField<13, 1, u32> texture2_use_coord1;
+ BitField<16, 1, u32> clear_texture_cache; // TODO: unimplemented
};
TextureConfig texture0;
INSERT_PADDING_WORDS(0x8);