diff options
| author | bunnei <bunneidev@gmail.com> | 2018-09-29 10:55:45 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-29 10:55:45 -0400 |
| commit | 8d8366b602954b328a618b110d03644da2f9798d (patch) | |
| tree | aacca177cd4871040317caca2136598ac0cb5266 /src/video_core/engines | |
| parent | f7b69d61f2a871e8afcd9819b014e873f6e0b80d (diff) | |
| parent | b8f1506aa5e5eb25bfd82f4e0818f1c2c1e6bcb3 (diff) | |
Merge pull request #1406 from ReinUsesLisp/multibind-samplers
gl_state: Pack sampler bindings into a single ARB_multi_bind
Diffstat (limited to 'src/video_core/engines')
| -rw-r--r-- | src/video_core/engines/maxwell_3d.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/engines/maxwell_3d.h b/src/video_core/engines/maxwell_3d.h index 16cdfc7e2..cd26c7216 100644 --- a/src/video_core/engines/maxwell_3d.h +++ b/src/video_core/engines/maxwell_3d.h @@ -41,6 +41,7 @@ public: static constexpr std::size_t NumCBData = 16; static constexpr std::size_t NumVertexArrays = 32; static constexpr std::size_t NumVertexAttributes = 32; + static constexpr std::size_t NumTextureSamplers = 32; static constexpr std::size_t MaxShaderProgram = 6; static constexpr std::size_t MaxShaderStage = 5; // Maximum number of const buffers per shader stage. |
