keith2018 / spvm

Tiny C++ SPIR-V virtual machine (interpreter), can be used for shader debugging. Spvm-ShaderToy simulated the runtime environment of shadertoy, and execute shader code using SPVM.
MIT License
137 stars 25 forks source link

Submodule fix and anonymous cloning fix #27

Closed danilw closed 2 years ago

danilw commented 2 years ago

This command git clone git@github.com:keith2018/spvm.git result this 1

Same with git submodule update --init --recursive (same errors).

Changing clone command and submodule path fix it.

keith2018 commented 2 years ago

LGTM