summaryrefslogtreecommitdiffstats
path: root/src/video_core/shader/ast.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-10-18 02:56:36 +0200
committerLioncash <mathew1800@gmail.com>2019-10-18 02:56:39 +0200
commit222f4b45ebd545375b7befb84cfff81ae024e691 (patch)
tree09e9bc9b7f9a0ab68414759f81bd827098368556 /src/video_core/shader/ast.h
parentvideo_core/shader/ast: Make ExprPrinter members private (diff)
downloadyuzu-222f4b45ebd545375b7befb84cfff81ae024e691.tar
yuzu-222f4b45ebd545375b7befb84cfff81ae024e691.tar.gz
yuzu-222f4b45ebd545375b7befb84cfff81ae024e691.tar.bz2
yuzu-222f4b45ebd545375b7befb84cfff81ae024e691.tar.lz
yuzu-222f4b45ebd545375b7befb84cfff81ae024e691.tar.xz
yuzu-222f4b45ebd545375b7befb84cfff81ae024e691.tar.zst
yuzu-222f4b45ebd545375b7befb84cfff81ae024e691.zip
Diffstat (limited to 'src/video_core/shader/ast.h')
-rw-r--r--src/video_core/shader/ast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/shader/ast.h b/src/video_core/shader/ast.h
index d7bf11821..8183ffa3f 100644
--- a/src/video_core/shader/ast.h
+++ b/src/video_core/shader/ast.h
@@ -328,7 +328,7 @@ public:
void InsertReturn(Expr condition, bool kills);
- std::string Print();
+ std::string Print() const;
void Decompile();