Issue 91623
Summary [HLSL] Design c-style apis for accessing outputs of shader compilation
Labels HLSL
Assignees coopp
Reporter coopp
    DXC exposes a COM based library today for compiling shaders and accessing specific data in the outputs of the compilation.
A desire has been expressed to have an equivalent solution exposed in pure c apis. These apis should cover all features required to provide access to this data.

This issue is to bottom out on what data we really need apis for and what data clang already has apis to access.

# What data?
* DXC container information
* Shader reflection data
* Disassembly
* Other outputs?

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. This should already be known by completing Issue #90784 
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to