summaryrefslogtreecommitdiffstats
path: root/src/video_core/textures
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2019-02-07 02:19:20 +0100
committerGitHub <noreply@github.com>2019-02-07 02:19:20 +0100
commit10ab714fe015b28215ce61e6b4f9085c954a409d (patch)
tree3c9d5c9ad759749d53773c6416be38d476d483bf /src/video_core/textures
parentMerge pull request #2071 from ReinUsesLisp/dsa-texture (diff)
parentvideo_core: Assert on invalid GPU to CPU address queries (diff)
downloadyuzu-10ab714fe015b28215ce61e6b4f9085c954a409d.tar
yuzu-10ab714fe015b28215ce61e6b4f9085c954a409d.tar.gz
yuzu-10ab714fe015b28215ce61e6b4f9085c954a409d.tar.bz2
yuzu-10ab714fe015b28215ce61e6b4f9085c954a409d.tar.lz
yuzu-10ab714fe015b28215ce61e6b4f9085c954a409d.tar.xz
yuzu-10ab714fe015b28215ce61e6b4f9085c954a409d.tar.zst
yuzu-10ab714fe015b28215ce61e6b4f9085c954a409d.zip
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 bdb40dacf..0fc5530f2 100644
--- a/src/video_core/textures/texture.h
+++ b/src/video_core/textures/texture.h
@@ -317,7 +317,6 @@ struct FullTextureInfo {
u32 index;
TICEntry tic;
TSCEntry tsc;
- bool enabled;
};
/// Returns the number of bytes per pixel of the input texture format.