-
I only want to save the image rendered by OffscreenRendergraph. How do I do this
|
Beta Was this translation helpful? Give feedback.
Answered by
WdsPjm
Nov 10, 2023
Replies: 1 comment 4 replies
-
Just make the following changes in screenshot_image to save only images rendered by offscreenrender auto physicalDevice = window->getPhysicalDevice();
|
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
robertosfield
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just make the following changes in screenshot_image to save only images rendered by offscreenrender
auto physicalDevice = window->getPhysicalDevice();
// auto swapchain = window->getSwapchain();