Vk Async pipeline compilation

This commit is contained in:
ameerj 2020-07-28 00:08:02 -04:00
parent f3ea8a3653
commit 77698ae7d6
13 changed files with 182 additions and 20 deletions

View file

@ -644,7 +644,7 @@ ShaderModule Device::CreateShaderModule(const VkShaderModuleCreateInfo& ci) cons
return ShaderModule(object, handle, *dld);
}
Event Device::CreateEvent() const {
Event Device::CreateNewEvent() const {
static constexpr VkEventCreateInfo ci{
.sType = VK_STRUCTURE_TYPE_EVENT_CREATE_INFO,
.pNext = nullptr,