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

Fix framebuffer leak in Vulkan #10057

Merged
merged 2 commits into from
Nov 5, 2017
Merged

Conversation

unknownbrackets
Copy link
Collaborator

Oops, inside one too many curlies.

-[Unknown]

for (auto step : steps_) {
// Need to release held framebuffers.
switch (step->stepType) {
case VKRStepType::RENDER:
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe this belongs better in queue runner... not sure.

-[Unknown]

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Eh, it's fine here. We can move it later if we feel like it.

@hrydgard hrydgard merged commit 0b68130 into hrydgard:master Nov 5, 2017
@unknownbrackets unknownbrackets deleted the vulkan-minor branch November 5, 2017 23:06
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

Successfully merging this pull request may close these issues.

2 participants