Panagiotis Christopoulos Charitos 781a476498 Add ray_tracing_position_fetch support 9 months ago
..
src 781a476498 Add ray_tracing_position_fetch support 9 months ago
README.md 781a476498 Add ray_tracing_position_fetch support 9 months ago
build_lsp.sh 781a476498 Add ray_tracing_position_fetch support 9 months ago
extension.js a089b63617 Bye GLSL bye glslang 2 years ago
go.mod a089b63617 Bye GLSL bye glslang 2 years ago
go.sum a089b63617 Bye GLSL bye glslang 2 years ago
install_vscode.bat 781a476498 Add ray_tracing_position_fetch support 9 months ago
install_vscode.sh 781a476498 Add ray_tracing_position_fetch support 9 months ago
package.json a089b63617 Bye GLSL bye glslang 2 years ago
spirv.json 781a476498 Add ray_tracing_position_fetch support 9 months ago
spirv.json.tmpl a089b63617 Bye GLSL bye glslang 2 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
  • Completion suggestions for all Opcodes and Ids

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_vscode.sh

Installing (Windows)

Run install_vscode.bat