Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/bayaraa/VSERunOnSave
Browse files Browse the repository at this point in the history
  • Loading branch information
bayaraa committed Dec 26, 2023
2 parents 2527400 + c774b82 commit 527227a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ output_string = Contents copied to clipboard!
Ex: Compile fragment shader file and save with different name:
```ini
[*.frag]
ext_command_after = $(SolutionDir)\tools\glslangValidator.exe -s -V $(File) -o $(FileDir)\spir-v\$(FileNameNoExt).spv
ext_command_after = "$(SolutionDir)\tools\glslangValidator.exe" -s -V "$(File)" -o "$(FileDir)\spir-v\$(FileNameNoExt).spv"
output_string = Compiled: $(FileNameNoExt).spv
```

Expand Down

0 comments on commit 527227a

Please sign in to comment.