diff options
| author | Mai <mai.iam2048@gmail.com> | 2023-12-17 14:50:23 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-17 14:50:23 -0500 |
| commit | bcd74a81a96aa234d790c8f23ea8d610b2a148db (patch) | |
| tree | 1e2f4d66cc8d56354c4925d139f115534aab2ebe /Source/Core/VideoCommon | |
| parent | 559ea0593cb157f99e0ff5dc223acf6d2736d17d (diff) | |
| parent | ac862b04ab8445ad83b04b642c3922ddfc675e29 (diff) | |
Merge pull request #12370 from iwubcode/more_samplers
VideoBackends / VideoCommon: update max pixel shader samplers from 8 to 16
Diffstat (limited to 'Source/Core/VideoCommon')
| -rw-r--r-- | Source/Core/VideoCommon/Constants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/Constants.h b/Source/Core/VideoCommon/Constants.h index bd939b1f3c..2d411acead 100644 --- a/Source/Core/VideoCommon/Constants.h +++ b/Source/Core/VideoCommon/Constants.h @@ -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 |
