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

Support IDxcContainerReflection on Linux #4358

Closed
manon-traverse opened this issue Mar 28, 2022 · 1 comment · Fixed by #4810
Closed

Support IDxcContainerReflection on Linux #4358

manon-traverse opened this issue Mar 28, 2022 · 1 comment · Fixed by #4810

Comments

@manon-traverse
Copy link

IDxcContainerReflection is currently only implemented on the Windows build, since the headers d3d11shader.h and d3d12shader.h are included. These headers could be added to this repo for Linux support. (We have already done this for d3d12shader.h in Rust.)

The use case for this feature is that I would like to run reflection during offline shader compilation on a Linux server.

I am willing to open a PR for this, but would like to know if this is something that the maintainers would like to support or not.

@gongminmin
Copy link
Contributor

gongminmin commented May 30, 2022

Or, take the open-sourced version of d3d12shader.h from DirectX-Headers?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants