Resolved Destruction causing Validation failures with the semephores, fences and command buffers.

This commit is contained in:
Rebekah 2024-07-14 09:42:26 -04:00
parent edad95f876
commit 6d2a991c36
Signed by: oneechanhax
GPG Key ID: 0074BF373B812798

View File

@ -614,6 +614,9 @@ public:
throw "Unknown Exception, throwing...";
}
}
~VulkanExampleApplication() {
this->vk_gpu->waitIdle();
}
void RecordDynamic(const vk::raii::CommandBuffer& command_buffer) const {
const vk::Viewport viewport {
.x = 0.0f,