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
Allow updating images that are not raw buffers #1004
Merged
+92
−61
Merged
Changes from 1 commit
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
e2fc85e
Replace an if/else expression by a match.
nical 086f912
Allow updating images that are not raw buffers.
nical 851d683
Clarify the effects of size, format and tiling when updating an image.
nical 80b500a
Treat updating non-existant images as an error.
nical File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.
Clarify the effects of size, format and tiling when updating an image.
- Loading branch information
commit 851d6837f45b8c77ad06de8603b4a3572b63a397
ProTip!
Use n and p to navigate between commits in a pull request.
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.
As a follow up, could we explicitly list all the variations here rather than _ ? I like the safety of a compiler bug when new enum variants are introduced.