-
Notifications
You must be signed in to change notification settings - Fork 17
[NNNN] Proposal: Add Root Signature related driver options #320
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
base: main
Are you sure you want to change the base?
Conversation
This pr documents the expected behaviours of different root signature related command line options that exist in DXC and will implemented in Clang
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might be better to move this proposal into its own numbered file. Proposal 0002 is already very large, and this is largely orthogonal. A few questions and comments inline.
Co-authored-by: Tex Riddell <texr@microsoft.com>
Co-authored-by: Tex Riddell <texr@microsoft.com>
Co-authored-by: Tex Riddell <texr@microsoft.com>
_Note_: Behaviour differs from DXC as it will perform resource binding | ||
validations since this information is available. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
_Note_: Behaviour differs from DXC as it will perform resource binding | |
validations since this information is available. | |
_Note_: Behaviour differs from DXC as it will perform resource binding | |
validations when this information is available. |
- Requires the provided DXIL Container to be a valid DXIL container with an | ||
RST0 part | ||
|
||
## Acknowledgments (Optional) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can just drop this section if you're not putting anything in it
Remember to give this a number before merging. |
DXC provided a number of command line options for working with root signatures. Namely:
Frs
,Qstrip_rootsignature
,setrootsignature
,extractrootsignature
,verifyrootsignature
,force-rootsig-ver
androotsig-define
.This pr proposes a how the functionality of these options will be implemented into clang and documents the expected behaviour that they should provide.