summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/maxwell_3d.h
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2021-06-26 22:46:01 +0200
committerameerj <52414509+ameerj@users.noreply.github.com>2021-07-23 03:51:39 +0200
commitfba6bd92d456b4d472ed37e663006fafeef154a9 (patch)
treed3b18440b2b0a9483e63ea5c520716291c5f04dc /src/video_core/engines/maxwell_3d.h
parentshader: Fix disabled and unwritten attributes and varyings (diff)
downloadyuzu-fba6bd92d456b4d472ed37e663006fafeef154a9.tar
yuzu-fba6bd92d456b4d472ed37e663006fafeef154a9.tar.gz
yuzu-fba6bd92d456b4d472ed37e663006fafeef154a9.tar.bz2
yuzu-fba6bd92d456b4d472ed37e663006fafeef154a9.tar.lz
yuzu-fba6bd92d456b4d472ed37e663006fafeef154a9.tar.xz
yuzu-fba6bd92d456b4d472ed37e663006fafeef154a9.tar.zst
yuzu-fba6bd92d456b4d472ed37e663006fafeef154a9.zip
Diffstat (limited to 'src/video_core/engines/maxwell_3d.h')
-rw-r--r--src/video_core/engines/maxwell_3d.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/video_core/engines/maxwell_3d.h b/src/video_core/engines/maxwell_3d.h
index 471d5686a..1aa43523a 100644
--- a/src/video_core/engines/maxwell_3d.h
+++ b/src/video_core/engines/maxwell_3d.h
@@ -305,10 +305,6 @@ public:
return (type == Type::SignedNorm) || (type == Type::UnsignedNorm);
}
- bool IsConstant() const {
- return constant;
- }
-
bool IsValid() const {
return size != Size::Invalid;
}