Replies: 1 comment 8 replies
|
You don't need Images to be mutable to write to them, Yes buffers do require |
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I tried:
But it doesn't work because &mut Image2d is a "UniformConstant" so you can't make mutables.
I've tried reading through the source code but I don't find how to fix this
All reactions