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
commit bcd74a81a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 22 additions and 8 deletions

View file

@ -7,6 +7,6 @@
namespace VideoCommon
{
constexpr u32 MAX_PIXEL_SHADER_SAMPLERS = 8;
constexpr u32 MAX_PIXEL_SHADER_SAMPLERS = 16;
constexpr u32 MAX_COMPUTE_SHADER_SAMPLERS = 8;
} // namespace VideoCommon