hadronized / glsl

GLSL parser for Rust
191 stars 27 forks source link

Add binary spirv transpilation #79

Closed swiftcoder closed 5 years ago

swiftcoder commented 5 years ago

The existing spirv transpilation only outputs textual assembly, but I'd love to just pipe this directly into Vulkan, so add a second function that outputs the binary assembly instead.

hadronized commented 5 years ago

I’ll release glsl-1.2 tomorrow. :tada: thanks!