early-access version 3126

This commit is contained in:
pineappleEA
2022-11-18 05:44:33 +01:00
parent fdc414dd2c
commit a97dee98aa
24 changed files with 38 additions and 7 deletions

View File

@@ -221,6 +221,7 @@ void Scheduler::SubmitExecution(VkSemaphore signal_semaphore, VkSemaphore wait_s
[[fallthrough]];
default:
vk::Check(result);
break;
}
});
chunk->MarkSubmit();

View File

@@ -108,6 +108,7 @@ constexpr VkBorderColor ConvertBorderColor(const std::array<float, 4>& color) {
break;
default:
ASSERT_MSG(false, "Invalid surface type");
break;
}
}
if (info.storage) {