aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/textures/texture.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2019-02-06 20:19:20 -0500
committerGitHub <noreply@github.com>2019-02-06 20:19:20 -0500
commit10ab714fe015b28215ce61e6b4f9085c954a409d (patch)
tree3c9d5c9ad759749d53773c6416be38d476d483bf /src/video_core/textures/texture.h
parent40ac0585574499bc0dee47c4bef354c8e5676695 (diff)
parent2bdbb90af74683bd8bb7e25d5353c39fb8037f8c (diff)
Merge pull request #2042 from ReinUsesLisp/nouveau-tex
maxwell_3d: Allow texture handles with TIC id zero
Diffstat (limited to 'src/video_core/textures/texture.h')
-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.