Issue 91621
Summary [HLSL] Design c-style apis for compiling a shader
Labels HLSL
Assignees coopp
Reporter coopp
    DXC exposes a COM based library today for compiling shaders.  A desire has been expressed to have an equivalent solution for compiling shaders but exposed in pure c apis. These apis should cover all features required to perform compilation.  The COM based library exposes lots of other features, but this Issue is for compiling shaders only and returning outputs in a form that a client code can consume.

This design is purely about the api surface and its functionality, not about the hosting of where compilation is performed.  That will be explained in Issue #90784 

Requirements
* c-style! (no COM apis!... I heard bad things happen if HRESULTs start showing up in the llvm-project code base)
* Spec showing the design with code snippets.
* Test approach understood
* Documentation approach understood. (Where will it live, what does it look like?)

_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to