diff options
author | bunnei <bunneidev@gmail.com> | 2019-05-19 20:02:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-19 20:02:58 +0200 |
commit | d49efbfb4aa4e935f6c753871d6af6534701f542 (patch) | |
tree | 79608391a32719a0be20c898fc79aba93f9f1d48 /src/video_core/engines/maxwell_3d.h | |
parent | Merge pull request #2410 from lioncash/affinity (diff) | |
parent | shader_ir/other: Implement IPA.IDX (diff) | |
download | yuzu-d49efbfb4aa4e935f6c753871d6af6534701f542.tar yuzu-d49efbfb4aa4e935f6c753871d6af6534701f542.tar.gz yuzu-d49efbfb4aa4e935f6c753871d6af6534701f542.tar.bz2 yuzu-d49efbfb4aa4e935f6c753871d6af6534701f542.tar.lz yuzu-d49efbfb4aa4e935f6c753871d6af6534701f542.tar.xz yuzu-d49efbfb4aa4e935f6c753871d6af6534701f542.tar.zst yuzu-d49efbfb4aa4e935f6c753871d6af6534701f542.zip |
Diffstat (limited to 'src/video_core/engines/maxwell_3d.h')
-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 48e4fec33..f342c78e6 100644 --- a/src/video_core/engines/maxwell_3d.h +++ b/src/video_core/engines/maxwell_3d.h @@ -59,6 +59,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 NumVaryings = 31; static constexpr std::size_t NumTextureSamplers = 32; static constexpr std::size_t NumClipDistances = 8; static constexpr std::size_t MaxShaderProgram = 6; |