realitix / pyshaderc

Python CFFI binding for shaderc
Apache License 2.0
18 stars 5 forks source link

Vulkan SDK precompiled library fallback #4

Open marcusklang opened 2 years ago

marcusklang commented 2 years ago

Use precompiled Vulkan SDK library as fallback

Try to find a precompiled library in the Vulkan SDK if the build step fails.

marcusklang commented 2 years ago

This PR tries to resolve issue #3

It has been tested on Windows 10 with success. It is prepared for Linux and macOS - but I have not tested this yet.