Skip to content

Commit f23b6c0

Browse files
authored
Update pl.x64.json (notepad-plus-plus#970)
A 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).
1 parent cee8095 commit f23b6c0

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

src/pl.x64.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1707,6 +1707,17 @@
17071707
"description": "Tired of zooming your document everytime you just want to scroll but accidentally still holding the [Ctrl] key? Then this is what you want! It disables mouse zoom, keyboard zoom, or both.",
17081708
"author": "Stanislav Eckert",
17091709
"homepage": "https://github.com/StanDog/npp-zoomdisabler"
1710+
},
1711+
{
1712+
"folder-name": "NppRgaIsaPlugin",
1713+
"display-name": "RGA ISA Compiler",
1714+
"version": "1.0.0.0",
1715+
"npp-compatible-versions": "[8.4.3,]",
1716+
"id": "0449215d66228e1ab6268374dfc41b176f5b206877fe7b53039de9582f4c678b",
1717+
"repository": "https://github.com/DIMOSUS/NppRgaIsaPlugin/releases/download/v1.0.0.0/NppRgaIsaPlugin_v1.0.0.0.zip",
1718+
"description": "A 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).",
1719+
"author": "Dmitry Budik",
1720+
"homepage": "https://github.com/DIMOSUS/NppRgaIsaPlugin"
17101721
}
17111722
]
17121723
}

0 commit comments

Comments
 (0)