Merge pull request #12370 from iwubcode/more_samplers

VideoBackends / VideoCommon: update max pixel shader samplers from 8 to 16
This commit is contained in:
Mai
2023-12-17 14:50:23 -05:00
committed by GitHub
5 changed files with 22 additions and 8 deletions

View File

@ -199,7 +199,7 @@ private:
// MARK: State
u16 m_dirty_textures;
u8 m_dirty_samplers;
u16 m_dirty_samplers;
static_assert(sizeof(m_dirty_textures) * 8 >= MAX_TEXTURES, "Make this bigger");
static_assert(sizeof(m_dirty_samplers) * 8 >= MAX_SAMPLERS, "Make this bigger");
union Flags