Merge pull request #2042 from ReinUsesLisp/nouveau-tex

maxwell_3d: Allow texture handles with TIC id zero
This commit is contained in:
bunnei 2019-02-06 20:19:20 -05:00 committed by GitHub
commit 10ab714fe0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 82 additions and 79 deletions

View file

@ -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.