diff options
| author | 2019-06-29 01:44:07 -0400 | |
|---|---|---|
| committer | 2019-10-04 18:52:50 -0400 | |
| commit | 38fc995f6cc2c2af29abc976ddb45b72873b2cc4 (patch) | |
| tree | a73839d510c79a5e296e54a6768868f788abd45d /src/video_core/shader/expr.h | |
| parent | shader_ir: Declare Manager and pass it to appropiate programs. (diff) | |
| download | yuzu-38fc995f6cc2c2af29abc976ddb45b72873b2cc4.tar.gz yuzu-38fc995f6cc2c2af29abc976ddb45b72873b2cc4.tar.xz yuzu-38fc995f6cc2c2af29abc976ddb45b72873b2cc4.zip | |
gl_shader_decompiler: Implement AST decompiling
Diffstat (limited to 'src/video_core/shader/expr.h')
| -rw-r--r-- | src/video_core/shader/expr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video_core/shader/expr.h b/src/video_core/shader/expr.h index f012f6fcf..b954cffb0 100644 --- a/src/video_core/shader/expr.h +++ b/src/video_core/shader/expr.h | |||
| @@ -115,4 +115,6 @@ Expr MakeExprAnd(Expr first, Expr second); | |||
| 115 | 115 | ||
| 116 | Expr MakeExprOr(Expr first, Expr second); | 116 | Expr MakeExprOr(Expr first, Expr second); |
| 117 | 117 | ||
| 118 | bool ExprIsTrue(Expr first); | ||
| 119 | |||
| 118 | } // namespace VideoCommon::Shader | 120 | } // namespace VideoCommon::Shader |