Releases: antaalt/shader-validator
Releases · antaalt/shader-validator
v0.5.5
Small fixes & improvements on server side.
See server patch note for more informations.
v0.5.4
Small fixes on server side. See server patch note
v0.5.3
v0.5.2
v0.5.1
v0.5.0
This new version of the extension bring some interesting functionalities, mostly related to HLSL:
- Improved HLSL syntax highlighting
- Variant interface, which let you add custom entry point to your shaders.
- New server with some new functionnalities you can see here such as:
- Inactive regions detection
- Workspace symbols
- Document symbols
- And much more
v0.5.0-pre1
This pre-release of the server add some new features:
- Fix a bug not triggering diagnostic after configuration update
- Some HLSL queries improvement
- Detection of inactive preprocessor regions for HLSL
- Improved HLSL syntax highlighting
You can find the server release note here
v0.4.2
v0.4.1
v0.4.0
This new version includes an upgraded server that should be way more efficient and stable and add some new features as well:
- Improved symbol search
- Goto support on include
- Struct field completion (experimental)
- Symbols have range instead of position, so better hovering & goto experience.
- Icons for HLSL / GLSL / WGSL
- Fix command validateFile that crashed. Now simply display a useless message.