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

Screen is a RenderTarget #200

Closed
asny opened this issue Mar 8, 2022 · 1 comment
Closed

Screen is a RenderTarget #200

asny opened this issue Mar 8, 2022 · 1 comment
Labels
0.12 enhancement New feature or request

Comments

@asny
Copy link
Owner

asny commented Mar 8, 2022

Implement Screen as a special RenderTarget, so Screen::new() should return a RenderTarget.
Implement read_color and read_depth functionality for standard render targets.

See this branch.

  • render_pass should take render target as input
  • Makes it possible to do the deferred render call in one method which takes a render target as input
  • Should be possible to get the screen render target from the window (Prerequisite for Run examples on CI #199 )
@asny asny added the 0.11 label Mar 10, 2022
@asny asny changed the title Window: Getter for the screen rendertarget Screen is a RenderTarget Mar 10, 2022
@asny asny added 0.12 and removed 0.11 labels Mar 10, 2022
@asny asny added 0.11 and removed 0.12 labels Mar 21, 2022
@asny asny added 0.12 and removed 0.11 labels Mar 30, 2022
@asny asny added the enhancement New feature or request label Apr 16, 2022
asny added a commit that referenced this issue Apr 25, 2022
@asny
Copy link
Owner Author

asny commented Apr 25, 2022

Deferred rendering improvements are continued in #237, otherwise done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.12 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant