Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect D3D11 assert occasionally triggering in StagingTexture
The texture had to be a compressed cubemap or texture array to trigger, and the conditions were order dependant (since "if( mWidth < blockWidth || mHeight < blockHeight )" conditional needs to be met)
- Loading branch information