shader-slang / slang

Making it easier to work with shaders
http://shader-slang.com
MIT License
2.16k stars 186 forks source link

[MDL:5/5] Add support for embedded precompiled library feature #4663

Closed jkwak-work closed 2 months ago

jkwak-work commented 3 months ago

This should initially amount to using the “-embed-dxil” and “-embed-spirv” options in slangc when compiling the slang-modules. The performance benefit/cost needs to be quantified for compilation and runtime.

A complication with this phase of the project is that the feature is still in development.

jkwak-work commented 3 months ago

This is a subtask from #4582.

venkataram-nv commented 2 months ago

Ran into this issue: #4823