veldrid / veldrid-spirv

SPIR-V shader translation for Veldrid, using SPIRV-Cross
MIT License
49 stars 36 forks source link

Update shaderc #6

Closed sa-exe closed 5 years ago

sa-exe commented 5 years ago

It seems like the version currently used by Veldrid.SPIRV is not quite up-to-date. For instance, it doesn't allow me to use GL_EXT_samplerless_texture_functions, which is definitely supported in newer builds. Do you think you could make a new release based on the latest version?

mellinoe commented 5 years ago

This is on my list of things to do. The upgrade process should be smoother than last time since I cleaned up how shaderc was being pulled in and referenced.

mellinoe commented 5 years ago

1.0.8 is up on NuGet.org which includes the latest versions of shaderc and SPIRV-Cross.