-
Notifications
You must be signed in to change notification settings - Fork 143
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
Configure command line arguments in Android and WASM #443
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DJMcNab
force-pushed
the
android-startup
branch
from
February 19, 2024 11:13
c5f7e07
to
4bf955a
Compare
Since this is adding a dependency on |
Possibly - we already depend on both in |
DJMcNab
force-pushed
the
android-startup
branch
from
February 20, 2024 15:13
76d6282
to
6bf5eb0
Compare
DJMcNab
changed the title
Experiment setups for android startup
Allow configuring command line arguments in Android
Feb 20, 2024
DJMcNab
commented
Feb 20, 2024
DJMcNab
force-pushed
the
android-startup
branch
2 times, most recently
from
February 28, 2024 11:57
f999262
to
633efe9
Compare
I like it. |
xorgy
approved these changes
Mar 4, 2024
Resolve the diagnostics issue for the `main` on Android
Allow storing vscode settings in a suitably named local file Get the Android cache directory Make the cache folder for Vello directly Skip MSAA only on Android
Remove the cache directory finding Remove instant usage
This seems to have regressed
DJMcNab
changed the title
Allow configuring command line arguments in Android
Configure command line arguments in Android and WASM
Mar 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Primarily, the two new environment variables are very useful:
VELLO_STATIC_LOG
allows configuring logging for Android (equivalent toRUST_LOG
, but at compile time)VELLO_STATIC_ARGS
allows configuring the command line argumentsFor example,
would have debug level logging in
with_winit
and thewgpu_engine
module, and start at the third test scene, using the CPU shaders