vscode-shadered icon indicating copy to clipboard operation
vscode-shadered copied to clipboard

VS Code extension that adds the ability to debug and preview shaders

Results 4 vscode-shadered issues
Sort by recently updated
recently updated
newest added

First of all; thanks for the amazing tool! Finally a great standalone tool to program and debug shaders. I was looking for that for a long time. Aside from the...

vscode 1.59.1, shadered 1.5.4, tested under windows 10 and Linux clicking 'debug' starts shadered, but doesn't stop on breakpoints, also not refreshing after editing shader files does it work for...

When I run a debug session in vscode-shadered, whether from Launch file or debug button for the sprj file, everything works great except the shaders do not recompile/reload when I...

This is my configuration file for the geometry shader sample from learnopengl.com (the houses sample): { "configurations": [ { "type": "shadered", "request": "launch", "name": "sample.sprj", "program": "sample.sprj" }, { "name":...