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

[DirectX] Move the parts of DirectX/DXILResource.h that are relevant to bi-directional translation into Transform/Utils/DXIL #66017

Closed
bogner opened this issue Sep 11, 2023 · 1 comment
Assignees
Labels
backend:DirectX HLSL HLSL Language Support obsolete Issues with old (unsupported) versions of LLVM

Comments

@bogner
Copy link
Contributor

bogner commented Sep 11, 2023

We have some abstractions for DXIL resources (such as UAVs and cbufs) in DirectX/DXILResource.h, but that's only useful for translating to DXIL and not from it. We should pull out the parts that are relevant for bidirectional translation into Transforms/Utils/DXIL

@bogner
Copy link
Contributor Author

bogner commented May 7, 2024

The parts of this that are still relevant should be covered by the tasks we're breaking out in llvm/wg-hlsl#8

@bogner bogner closed this as not planned Won't fix, can't repro, duplicate, stale May 7, 2024
@EugeneZelenko EugeneZelenko added the obsolete Issues with old (unsupported) versions of LLVM label May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend:DirectX HLSL HLSL Language Support obsolete Issues with old (unsupported) versions of LLVM
Projects
Status: No status
Development

No branches or pull requests

3 participants