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

adding support for enableGPUValidationMode #1294

Merged
merged 6 commits into from
Jul 13, 2023

Conversation

LouisLWang
Copy link
Contributor

No description provided.

@yonaskolb
Copy link
Owner

The tests are failing as the updated fixtures have not been committed. Just rerun the tests and commit the diffs.
Could you also please add a changelog entry

@LouisLWang
Copy link
Contributor Author

The tests are failing as the updated fixtures have not been committed. Just rerun the tests and commit the diffs. Could you also please add a changelog entry

The Tests have finished. Please review this PR when you available.

@yonaskolb
Copy link
Owner

Just missed one comment above

Could you also please add a changelog entry

And also while I notice, just a doc update at https://github.com/yonaskolb/XcodeGen/blob/master/Docs/ProjectSpec.md#common-build-action-options

@LouisLWang
Copy link
Contributor Author

Just missed one comment above

Could you also please add a changelog entry

And also while I notice, just a doc update at https://github.com/yonaskolb/XcodeGen/blob/master/Docs/ProjectSpec.md#common-build-action-options

Done.

@@ -933,6 +933,7 @@ The different actions share some properties:
- [ ] **postActions**: **[[Execution Action](#execution-action)]** - Scripts that are run *after* the action
- [ ] **environmentVariables**: **[[Environment Variable](#environment-variable)]** or **[String:String]** - `run`, `test` and `profile` actions can define the environment variables. When passing a dictionary, every key-value entry maps to a corresponding variable that is enabled.
- [ ] **enableGPUFrameCaptureMode**: **GPUFrameCaptureMode** - Property value set for `GPU Frame Capture`. Possible values are `autoEnabled`, `metal`, `openGL`, `disabled`. Default is `autoEnabled`.
- [ ] **enableGPUValidationMode**: **GPUValidationMode** - Property value set for `Metal API Validation`. Possible values are `enabled`, `disabled`, `extended`. Default is `enable`.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I notice the values and the default don't match here

Copy link
Owner

@yonaskolb yonaskolb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @LouisLWang. I will add the changelog entry on master for you

@yonaskolb yonaskolb merged commit f33d600 into yonaskolb:master Jul 13, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants