shaderc icon indicating copy to clipboard operation
shaderc copied to clipboard

[Feature request] multiple entry points

Open trsh opened this issue 1 year ago • 0 comments

glsl on it's own doesn't allow multiple entry points, spir-v does. So I propose a feature, just like #include, to support multiple entry points, once converted to spir-v Proof of concept is https://github.com/gfx-rs/naga that converts wsgl to spir-v with multiple entry points.

trsh avatar Sep 24 '22 08:09 trsh