Skip to content
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

render graph cannot present depth image #1

Open
MomoDeve opened this issue Jun 25, 2021 · 1 comment
Open

render graph cannot present depth image #1

MomoDeve opened this issue Jun 25, 2021 · 1 comment

Comments

@MomoDeve
Copy link
Member

It is impossible to transfer depth image to RGBA image by using blitImage (see present callback). But depth image output is useful for debugging, so we need to somehow copy it to present image

@MomoDeve
Copy link
Member Author

MomoDeve commented Jul 1, 2021

Should be possible with #11
a custom pass can be created that will somehow transfer depth image to color image (simular to ImGuiRenderPass)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants