Replies: 1 comment 1 reply
-
Yes, I do just that for my bloom implementation. Not only that, I'm simultaneously using different mip levels of the same texture. Caveat: It doesn't work correctly under the |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Is it possible to use the same texture for different purposes within multiple RenderPasses under a single CommandEncoder? For example, can the texture serve as a render target in the first RenderPass and then be used for shader sampling in the second RenderPass?
Here's a simplified example:
If this is not possible, are there specific limitations imposed by platform-specific APIs?
What does the WebGPU standard say about this?
Beta Was this translation helpful? Give feedback.
All reactions