Expand description
Backend for DOT (Graphviz).
This backend writes a graph in the DOT language, for the ease of IR inspection and debugging.
Structsยง
- Options
- Configuration options for the dot backend
- Prefixed ๐
- Statement
Graph ๐ - Stores information about the graph of statements
- Targets ๐
- Stores the target nodes for control flow statements
Constantsยง
- COLORS ๐
- set39 color scheme from https://graphviz.org/doc/info/colors.html
Functionsยง
- name ๐
- write
- Write shader module to a
String
. - write_
fun ๐ - write_
function_ ๐expressions
Type Aliasesยง
- NodeId ๐
- Identifier used to address a graph node