summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/maxwell_3d.h
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2020-04-17 23:37:27 +0200
committerReinUsesLisp <reinuseslisp@airmail.cc>2020-04-19 00:21:19 +0200
commitab6704f20ccaa9ba63b9c4b85ce7afee1e9edf06 (patch)
tree2f14fb8f5cc9710ee02fb5a52909c56367aafc75 /src/video_core/engines/maxwell_3d.h
parentMerge pull request #3703 from yuzu-emu/revert-3656-glsl-full-decompile (diff)
downloadyuzu-ab6704f20ccaa9ba63b9c4b85ce7afee1e9edf06.tar
yuzu-ab6704f20ccaa9ba63b9c4b85ce7afee1e9edf06.tar.gz
yuzu-ab6704f20ccaa9ba63b9c4b85ce7afee1e9edf06.tar.bz2
yuzu-ab6704f20ccaa9ba63b9c4b85ce7afee1e9edf06.tar.lz
yuzu-ab6704f20ccaa9ba63b9c4b85ce7afee1e9edf06.tar.xz
yuzu-ab6704f20ccaa9ba63b9c4b85ce7afee1e9edf06.tar.zst
yuzu-ab6704f20ccaa9ba63b9c4b85ce7afee1e9edf06.zip
Diffstat (limited to 'src/video_core/engines/maxwell_3d.h')
-rw-r--r--src/video_core/engines/maxwell_3d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/engines/maxwell_3d.h b/src/video_core/engines/maxwell_3d.h
index 5cf6a4cc3..59d5752d2 100644
--- a/src/video_core/engines/maxwell_3d.h
+++ b/src/video_core/engines/maxwell_3d.h
@@ -1149,7 +1149,7 @@ public:
/// Returns whether the vertex array specified by index is supposed to be
/// accessed per instance or not.
- bool IsInstancingEnabled(u32 index) const {
+ bool IsInstancingEnabled(std::size_t index) const {
return is_instanced[index];
}
} instanced_arrays;