Enum D3DDisassembleOptions
Flags affecting the behavior of D3DDisassemble
.
Namespace: JeremyAnsel.DirectX.D3DCompiler
Assembly: JeremyAnsel.DirectX.D3DCompiler.dll
Syntax
[Flags]
public enum D3DDisassembleOptions
Fields
Name | Description |
---|---|
DisableDebugInfo | Disable debug information. |
EnableColorCode | Enable the output of color codes. |
EnableDefaultValuePrints | Enable the output of default values. |
EnableInstructionCycle | No effect. |
EnableInstructionNumbering | Enable instruction numbering. |
EnableInstructionOffset | Enable instruction offsets. |
InstructionOnly | Disassemble instructions only. |
None | No option. |
PrintHexLiterals | Use hex symbols in disassemblies. |