google / shaderc

A collection of tools, libraries, and tests for Vulkan shader compilation.
Other
1.83k stars 358 forks source link

Support for SPV_KHR_float_controls #553

Open dylanede opened 5 years ago

dylanede commented 5 years ago

This would allow annotating functions to specify the new execution modes such as rounding modes. Not sure how this would be done syntactically to keep the impact on the language minimal.

dneto0 commented 5 years ago

Shaderc is really a wrapper around https://github.com/KhronosGroup/glslang. The support has to be built there first.

dylanede commented 5 years ago

Ah right, I'll raise an issue there then. Thanks.

dylanede commented 5 years ago

I've opened https://github.com/KhronosGroup/glslang/issues/1680