You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Fix typo in FinalAction switch statement in RenderingDevice
This commit is contained in:
@@ -3646,7 +3646,7 @@ VkRenderPass RenderingDeviceVulkan::_render_pass_create(const Vector<AttachmentF
|
|||||||
} else {
|
} else {
|
||||||
description.loadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE;
|
description.loadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE;
|
||||||
description.stencilLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE;
|
description.stencilLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE;
|
||||||
description.initialLayout = VK_IMAGE_LAYOUT_UNDEFINED; // Don't care what is there.
|
description.finalLayout = VK_IMAGE_LAYOUT_UNDEFINED; // Don't care what is there.
|
||||||
// TODO: What does this mean about the next usage (and thus appropriate dependency masks.
|
// TODO: What does this mean about the next usage (and thus appropriate dependency masks.
|
||||||
}
|
}
|
||||||
} break;
|
} break;
|
||||||
|
|||||||
Reference in New Issue
Block a user