Updated to new url

This commit is contained in:
Alejandro Saucedo 2021-07-21 20:58:31 +01:00
parent 70227ce7cd
commit ad1c518d0a
19 changed files with 221 additions and 221 deletions

View file

@ -8,7 +8,7 @@
* Compile a single glslang source from string value. This is only meant
* to be used for testing as it's non threadsafe, and it had to be removed
* from the glslang dependency and now can only run the CLI directly due to
* license issues: see https://github.com/EthicalML/vulkan-kompute/pull/235
* license issues: see https://github.com/KomputeFoundation/kompute/pull/235
*
* @param source An individual raw glsl shader in string format
* @return The compiled SPIR-V binary in unsigned int32 format