Skip to content

Commit

Permalink
[DirectX] Get resource information via TargetExtType
Browse files Browse the repository at this point in the history
Instead of storing an auxilliary structure with the information from the
DXIL resource target extension types duplicated, access the information
that we can via the type itself.

This also means we need to handle some of the target extension types we
haven't fully defined yet, like Texture and CBuffer. For now we make an
educated guess to what those should look like based on llvm/wg-hlsl#76,
and we can update them fairly easily when we've defined them more
thoroughly.

First part of #118400
  • Loading branch information
bogner committed Dec 16, 2024
1 parent 0a7e048 commit 160e9b9
Show file tree
Hide file tree
Showing 7 changed files with 796 additions and 727 deletions.
Loading

0 comments on commit 160e9b9

Please sign in to comment.