Skip to content

DIMOSUS/NppRgaIsaPlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

NppRgaIsaPlugin

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).


πŸš€ Features

  • Displays compiled HLSL ISA code.
  • Two modes: ISA code and ISA live registers.
  • Minimalistic ASM syntax highlighting.

πŸ› οΈ Installation

  1. Copy NppRgaIsaPlugin.dll into your Notepad++ folder: plugins/NppRgaIsaPlugin/.
  2. Restart Notepad++.
  3. Open the panel via Plugins β†’ RGA ISA Compiler β†’ ISA Panel, or click the toolbar icon.
  4. Set the path to your installed RadeonDeveloperToolSuite via Plugins β†’ RGA ISA Compiler β†’ RGA Path.

🧩 Dependencies

  • Notepad++ Plugin SDK
  • Scintilla headers (included in SDK)

πŸ“„ License

MIT License

About

Notepad++ plugin for compiling HLSL to ISA

Resources

License

Stars

Watchers

Forks

Packages

No packages published