Notepad++ plugin for compiling HLSL to ISA
NppRgaIsaPlugin is a Notepad++ plugin that displays the assembler ISA code of a compiled HLSL shader in a separate dockable panel.
Compilation is performed via rga.exe (Radeon GPU Analyzer) in DX12 mode directly to ISA (without intermediate SPIR-V).
- Displays compiled HLSL ISA code.
- Two modes: ISA code and ISA live registers.
- Minimalistic ASM syntax highlighting.
- Copy
NppRgaIsaPlugin.dllinto your Notepad++ folder:plugins/NppRgaIsaPlugin/. - Restart Notepad++.
- Open the panel via Plugins β RGA ISA Compiler β ISA Panel, or click the toolbar icon.
- Set the path to your installed
RadeonDeveloperToolSuitevia Plugins β RGA ISA Compiler β RGA Path.
- Notepad++ Plugin SDK
- Scintilla headers (included in SDK)
