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 Root Signature Parsing of Root Constants #126576

Open
4 tasks
inbelic opened this issue Feb 10, 2025 · 0 comments
Open
4 tasks

[HLSL] Implement Root Signature Parsing of Root Constants #126576

inbelic opened this issue Feb 10, 2025 · 0 comments
Assignees
Labels
HLSL HLSL Language Support

Comments

@inbelic
Copy link
Contributor

inbelic commented Feb 10, 2025

This issues handles defining RootConstants in-memory representation and the extra keyword/enum tokens required for lexing. Then we implement a ParseConstants method to construct the struct using previously defined parse methods.

Dependent on #126569

AC:

  • Define the required keyword/enums for the Lexer
  • Define the parser method
  • Define the in-memory representation of RootConstants
  • Add additional unit testing
@inbelic inbelic added the HLSL HLSL Language Support label Feb 10, 2025
@inbelic inbelic self-assigned this Feb 10, 2025
@inbelic inbelic moved this to Planning in HLSL Support Feb 10, 2025
@damyanp damyanp moved this from Planning to Ready in HLSL Support Feb 13, 2025
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: Ready
Development

No branches or pull requests

1 participant