summaryrefslogtreecommitdiff
path: root/src/video_core/textures
diff options
context:
space:
mode:
authorGravatar ReinUsesLisp2019-10-20 03:53:05 -0300
committerGravatar ReinUsesLisp2019-10-28 00:14:38 -0300
commit538ddd220e694f36040eef38e192f81899d40fe5 (patch)
tree6527126f244d2f63fb6aef511e1dd303dedde669 /src/video_core/textures
parentmaxwell_3d: Remove unused method GetStageTextures (diff)
downloadyuzu-538ddd220e694f36040eef38e192f81899d40fe5.tar.gz
yuzu-538ddd220e694f36040eef38e192f81899d40fe5.tar.xz
yuzu-538ddd220e694f36040eef38e192f81899d40fe5.zip
video_core/textures: Remove unused index entry in FullTextureInfo
Diffstat (limited to 'src/video_core/textures')
-rw-r--r--src/video_core/textures/texture.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/textures/texture.h b/src/video_core/textures/texture.h
index e36bc2c04..0429af9c1 100644
--- a/src/video_core/textures/texture.h
+++ b/src/video_core/textures/texture.h
@@ -354,7 +354,6 @@ struct TSCEntry {
354static_assert(sizeof(TSCEntry) == 0x20, "TSCEntry has wrong size"); 354static_assert(sizeof(TSCEntry) == 0x20, "TSCEntry has wrong size");
355 355
356struct FullTextureInfo { 356struct FullTextureInfo {
357 u32 index;
358 TICEntry tic; 357 TICEntry tic;
359 TSCEntry tsc; 358 TSCEntry tsc;
360}; 359};