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

Add TextureRenderer to GraphicsTools #449

Open
2 tasks
TheMostDiligent opened this issue Jan 7, 2024 · 0 comments
Open
2 tasks

Add TextureRenderer to GraphicsTools #449

TheMostDiligent opened this issue Jan 7, 2024 · 0 comments
Assignees

Comments

@TheMostDiligent
Copy link
Contributor

TheMostDiligent commented Jan 7, 2024

In SSR we found a problem that depth textures can't be copied to color textures in GL and Vulkan. This is currently solved in SSR by rendering a textured quad. This functionality is general enough to be added as a separate helper tool class to GraphicsTools.

The class should be unit tested so that we are sure it works as expected.

  • Documentation
  • Unit tests
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

2 participants