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

CI to identify used shader registers #213

Open
2 of 4 tasks
alandtse opened this issue Mar 12, 2024 · 0 comments
Open
2 of 4 tasks

CI to identify used shader registers #213

alandtse opened this issue Mar 12, 2024 · 0 comments
Labels
Build/CI Related to build or CI systems documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@alandtse
Copy link
Collaborator

alandtse commented Mar 12, 2024

The CI can probably build the wiki page for us and also warn if there's a duplicate.

Regex

([\w<>]+)\s+([\w]+) : register\(([a-z]*[0-9]+)\);\s*/?/?(.*)

Matching group

  1. Type
  2. name
  3. buffer
  4. Comment
  • Identify feature and file name
  • Create markdown table
  • Update wiki
  • See if we can save comments like current use
@alandtse alandtse added documentation Improvements or additions to documentation enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers Build/CI Related to build or CI systems labels Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build/CI Related to build or CI systems documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant