diff options
| author | 2018-09-26 21:52:31 -0300 | |
|---|---|---|
| committer | 2018-09-28 02:04:22 -0300 | |
| commit | b8f1506aa5e5eb25bfd82f4e0818f1c2c1e6bcb3 (patch) | |
| tree | ea9bab0a098dbb7edec15ae3dc5d69874c3d8db4 /src/video_core/engines | |
| parent | Merge pull request #1399 from lioncash/sched (diff) | |
| download | yuzu-b8f1506aa5e5eb25bfd82f4e0818f1c2c1e6bcb3.tar.gz yuzu-b8f1506aa5e5eb25bfd82f4e0818f1c2c1e6bcb3.tar.xz yuzu-b8f1506aa5e5eb25bfd82f4e0818f1c2c1e6bcb3.zip | |
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: | |||
| 41 | static constexpr std::size_t NumCBData = 16; | 41 | static constexpr std::size_t NumCBData = 16; |
| 42 | static constexpr std::size_t NumVertexArrays = 32; | 42 | static constexpr std::size_t NumVertexArrays = 32; |
| 43 | static constexpr std::size_t NumVertexAttributes = 32; | 43 | static constexpr std::size_t NumVertexAttributes = 32; |
| 44 | static constexpr std::size_t NumTextureSamplers = 32; | ||
| 44 | static constexpr std::size_t MaxShaderProgram = 6; | 45 | static constexpr std::size_t MaxShaderProgram = 6; |
| 45 | static constexpr std::size_t MaxShaderStage = 5; | 46 | static constexpr std::size_t MaxShaderStage = 5; |
| 46 | // Maximum number of const buffers per shader stage. | 47 | // Maximum number of const buffers per shader stage. |