Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[HLSL] Implement c-style apis for accessing outputs of shader compilation #91624

Open
Tracked by #63631
coopp opened this issue May 9, 2024 · 0 comments
Open
Tracked by #63631
Assignees
Labels
HLSL HLSL Language Support

Comments

@coopp
Copy link
Contributor

coopp commented May 9, 2024

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 implement the design completed in Issue #91623 .

Issue #90782 should have all of the infrastructure figured out so the work will be to add the additional apis to the c-style compiler library with tests.

@coopp coopp added the HLSL HLSL Language Support label May 9, 2024
@coopp coopp self-assigned this May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
HLSL HLSL Language Support
Projects
Status: No status
Development

No branches or pull requests

1 participant