1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 6d24f2138b
Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56)
3 years ago
..
src Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
.gitignore Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
README.md Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
extension.js Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
go.mod Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
go.sum Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
install.bat Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
install.sh Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
package.json Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
spirv.json Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
spirv.json.tmpl Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago

README.md

Visual Studio Code extension for SPIR-V disassembly files

This directory holds a Visual Studio Code language server extension for SPIR-V assembly files (.spvasm)

The extension supports:

  • Syntax highlighting
  • Jump to definition
  • Find all references
  • Symbol renaming
  • Operand hover information
  • Formatting

Dependencies

In order to build and install the Visual Studio Code language server extension, you will need to install and have on your PATH the following dependencies:

Installing (macOS / Linux)

Run install.sh

Installing (Windows)

Run install.bat