Skip to content

Possible leftover renderpass wording in Swap Chain Recreation #506

Description

@freeDiving

In the Swap Chain Recreation chapter, there’s this line:

"Note that we don’t recreate the renderpass here for simplicity."

But earlier in the tutorial, it switches to Dynamic Rendering and sets:

.renderPass = nullptr

As far as I can tell, the tutorial never creates a VkRenderPass object at all.

Is this sentence left over from the older version of the tutorial that used render passes?

If so, maybe it would be clearer to talk about recreating things that depend on the swap chain image format, such as the graphics pipeline, instead of the render pass.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions