summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2019-07-06 04:11:58 +0200
committerReinUsesLisp <reinuseslisp@airmail.cc>2019-07-06 05:37:55 +0200
commit7ecf64257aef13dcd86b01ae0c66389dc78f70bc (patch)
tree4de7ac1f8b5ec89e52d9cd1c5be886d2f1236b52 /src/video_core/engines
parentgl_rasterizer: Fix vertex and index data invalidations (diff)
downloadyuzu-7ecf64257aef13dcd86b01ae0c66389dc78f70bc.tar
yuzu-7ecf64257aef13dcd86b01ae0c66389dc78f70bc.tar.gz
yuzu-7ecf64257aef13dcd86b01ae0c66389dc78f70bc.tar.bz2
yuzu-7ecf64257aef13dcd86b01ae0c66389dc78f70bc.tar.lz
yuzu-7ecf64257aef13dcd86b01ae0c66389dc78f70bc.tar.xz
yuzu-7ecf64257aef13dcd86b01ae0c66389dc78f70bc.tar.zst
yuzu-7ecf64257aef13dcd86b01ae0c66389dc78f70bc.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 13e314944..8d15c8a48 100644
--- a/src/video_core/engines/maxwell_3d.h
+++ b/src/video_core/engines/maxwell_3d.h
@@ -67,6 +67,7 @@ public:
static constexpr std::size_t MaxShaderStage = 5;
// Maximum number of const buffers per shader stage.
static constexpr std::size_t MaxConstBuffers = 18;
+ static constexpr std::size_t MaxConstBufferSize = 0x10000;
enum class QueryMode : u32 {
Write = 0,