-
Notifications
You must be signed in to change notification settings - Fork 2
TEV and TDL formats
ittaG ordnasselA edited this page Dec 13, 2017
·
1 revision
TEV files are files containing GX calls that affect the TEV pipeline.
They use a subset of C with only function calls and single line comments.
No constructs (for/while/if/..) are allowed.
Functions can't span over multiple lines. The files are meant to be machine-generated, although comments are kept so they can retain some human readability.
TDL files are GCN display lists generated from TEV files.