Enum spirv_tools_sys::assembler::DisassembleOptions [−][src]
pub enum DisassembleOptions {
None,
Print,
Color,
Indent,
ShowByteOffset,
NoHeader,
FriendlyNames,
Comment,
}Variants
Print to stdout
Add color codes to output
Indent assembly
Do not output the module header as leading comments in the assembly.
Use friendly names where possible. The heuristic may expand over time, but will use common names for scalar types, and debug names from OpName instructions.
Add some comments to the generated assembly