summaryrefslogtreecommitdiffstats
path: root/src/video_core/textures/texture.h
diff options
context:
space:
mode:
authorRodrigo Locatti <reinuseslisp@airmail.cc>2019-10-30 00:46:33 +0100
committerGitHub <noreply@github.com>2019-10-30 00:46:33 +0100
commit2ec5b55ee3c74063bc9af22e734e4cbd85682fde (patch)
tree5cc6f5d9c8a1173b0a1e36987c62d134a57d6bfc /src/video_core/textures/texture.h
parentMerge pull request #3023 from lioncash/opus (diff)
parentmaxwell_3d/kepler_compute: Remove unused arguments in GetTexture (diff)
downloadyuzu-2ec5b55ee3c74063bc9af22e734e4cbd85682fde.tar
yuzu-2ec5b55ee3c74063bc9af22e734e4cbd85682fde.tar.gz
yuzu-2ec5b55ee3c74063bc9af22e734e4cbd85682fde.tar.bz2
yuzu-2ec5b55ee3c74063bc9af22e734e4cbd85682fde.tar.lz
yuzu-2ec5b55ee3c74063bc9af22e734e4cbd85682fde.tar.xz
yuzu-2ec5b55ee3c74063bc9af22e734e4cbd85682fde.tar.zst
yuzu-2ec5b55ee3c74063bc9af22e734e4cbd85682fde.zip
Diffstat (limited to '')
-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 {
static_assert(sizeof(TSCEntry) == 0x20, "TSCEntry has wrong size");
struct FullTextureInfo {
- u32 index;
TICEntry tic;
TSCEntry tsc;
};