diff options
Diffstat (limited to 'tools/seq_compiler.py')
| -rwxr-xr-x | tools/seq_compiler.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/seq_compiler.py b/tools/seq_compiler.py index fbd5c0d..09188a5 100755 --- a/tools/seq_compiler.py +++ b/tools/seq_compiler.py @@ -18,6 +18,8 @@ NODE_TYPES = { 'f16x8': 'NodeType::F16X8', 'depth24': 'NodeType::DEPTH24', 'compute_f32': 'NodeType::COMPUTE_F32', + 'gbuf_albedo': 'NodeType::GBUF_ALBEDO', + 'gbuf_rgba32uint': 'NodeType::GBUF_RGBA32UINT', } class NodeDecl: |
