summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2018-11-29 20:13:13 +0100
committerReinUsesLisp <reinuseslisp@airmail.cc>2018-11-29 20:58:20 +0100
commit2908d302748c1db6df3f44cd27d51a34a1b50c31 (patch)
tree3a8c722a381133eb7316973b2aef282f770ea4fd /src/video_core/engines
parentMerge pull request #1768 from greggameplayer/patch-2 (diff)
downloadyuzu-2908d302748c1db6df3f44cd27d51a34a1b50c31.tar
yuzu-2908d302748c1db6df3f44cd27d51a34a1b50c31.tar.gz
yuzu-2908d302748c1db6df3f44cd27d51a34a1b50c31.tar.bz2
yuzu-2908d302748c1db6df3f44cd27d51a34a1b50c31.tar.lz
yuzu-2908d302748c1db6df3f44cd27d51a34a1b50c31.tar.xz
yuzu-2908d302748c1db6df3f44cd27d51a34a1b50c31.tar.zst
yuzu-2908d302748c1db6df3f44cd27d51a34a1b50c31.zip
Diffstat (limited to 'src/video_core/engines')
-rw-r--r--src/video_core/engines/maxwell_3d.h1
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 d3b3ed1f0..25bb7604a 100644
--- a/src/video_core/engines/maxwell_3d.h
+++ b/src/video_core/engines/maxwell_3d.h
@@ -42,6 +42,7 @@ public:
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 NumClipDistances = 8;
static constexpr std::size_t MaxShaderProgram = 6;
static constexpr std::size_t MaxShaderStage = 5;
// Maximum number of const buffers per shader stage.