SPIR-V ViewerSPIR-V Viewer is an extension that allows you to directly open a SPIR-V binary from Visual Studio Code, giving you a read-only editor and a limited set of intellisense features. FeaturesFirst of all, of course, you could now open and inspect a SPIR-V binary as if it's a text file! On top of that, this extension also provides you with a few quality-of-life feature including syntax highlighting and hover (the intellisense feature should only work with spirv-dis output, as this extension doesn't implement a full parser). Basic Syntax HighlightingOpCode Documentation on HoverOperand Definition on HoverRequirementsThis extension relies on your locally installed spirv-dis to disassembly the SPIR-V module. By default, it will find the tool from your PATH. You could also explicitly specify it using Extension SettingsInclude if your extension adds any VS Code settings through the For example: This extension contributes the following settings:
Known IssuesRelease Notes |