Module dot

Source
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 🔒
StatementGraph 🔒
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