summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/seq_compiler.py2
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: