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

Automatic resolve multisampled resources in frame graph #38

Open
onox opened this issue Jun 17, 2019 · 0 comments
Open

Automatic resolve multisampled resources in frame graph #38

onox opened this issue Jun 17, 2019 · 0 comments

Comments

@onox
Copy link
Owner

onox commented Jun 17, 2019

Automatic resolve multisampled resources if the resource was written as a FB attachment by blitting the framebuffer. If the resource was written as an image, then so automatic resolving should occur.

For example:

P1 -> R1 -> P2

R1 can be resolved by adding an extra pass that does nothing but a blit operation from the FB of P1 to P3:

P1 -> R1 [-> P3 -> R2] -> P2

The extra render pass should be able to blit mulitple resources (1 color and/or 1 depth and/or 1 stencil). The extra resource (R2) must have the same format.

@onox onox added this to the 1.0 milestone Jun 17, 2019
@onox onox added this to To do in 1.0 via automation Jun 17, 2019
@onox onox added this to To do in Frame graph via automation Jun 17, 2019
@onox onox modified the milestones: 0.1, 0.4 Jul 13, 2019
@onox onox modified the milestones: 0.4, 1.1 Feb 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
1.0
  
To do
Frame graph
  
To do
Development

No branches or pull requests

1 participant