Replies: 2 comments 4 replies
-
You should join Discord for these quick type of questions... |
Beta Was this translation helpful? Give feedback.
2 replies
-
What use cases are you thinking of? Subpasses mostly exist on tiled mobile GPUs, to allow framebuffer fetch without expensive store/load from main memory. On desktop there is little performance benefit to using them. |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
i think this is a very key feature request? because subpass improves the performance a lot, and it's in Vulkan/DX already, although opengl does not have it but it's not a hard task to implement it.
what do you think guys? or is there already an implementation?
thanks~
Beta Was this translation helpful? Give feedback.
All reactions