From b8f1506aa5e5eb25bfd82f4e0818f1c2c1e6bcb3 Mon Sep 17 00:00:00 2001 From: ReinUsesLisp Date: Wed, 26 Sep 2018 21:52:31 -0300 Subject: gl_state: Pack sampler bindings into a single ARB_multi_bind --- src/video_core/engines/maxwell_3d.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/video_core/engines') 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. -- cgit v1.2.3