diff options
author | ReinUsesLisp <reinuseslisp@airmail.cc> | 2019-01-22 00:57:30 -0300 |
---|---|---|
committer | ReinUsesLisp <reinuseslisp@airmail.cc> | 2019-02-03 04:58:24 -0300 |
commit | 390721a561c2995d2a444b5697869476b48ba6c1 (patch) | |
tree | 3f5802701e8352d90bf2f728002d9d60e20dfb35 /src/video_core/textures | |
parent | e01a9de35faddaea0cb99ed71b582d86a73cf3bd (diff) |
maxwell_3d: Allow texture handles with TIC id zero
Also remove "enabled" field from Tegra::Texture::FullTextureInfo because
it would become unused.
Diffstat (limited to 'src/video_core/textures')
-rw-r--r-- | src/video_core/textures/texture.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/textures/texture.h b/src/video_core/textures/texture.h index e7c78bee2..3f3cff652 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. |