-
-
Notifications
You must be signed in to change notification settings - Fork 182
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
Mac fixes #458
Mac fixes #458
Conversation
andybak
commented
Jun 18, 2023
- Replace CSCore with a pure C# UPM package
- Add a #if !SHADER_API_METAL to bloom post-processing shader
|
||
// OpenXR | ||
new KeyValuePair<XrSdkMode, BuildTarget>(XrSdkMode.OpenXR, BuildTarget.StandaloneWindows64), | ||
new KeyValuePair<XrSdkMode, BuildTarget>(XrSdkMode.OpenXR, BuildTarget.StandaloneOSX), |
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.
If this is a valid combination, can you add it to the CI please?
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.
I will do once it's working. Still very much WIP
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.
Ah. I see what I've done. I made the PR and then continued working on stuff, forgetting about the PR. I should create a new branch to separate out PR-ready from WIP. My mistake.
# Conflicts: # Packages/manifest.json # Packages/packages-lock.json
…nd was missing in previous commit.