]> git.tdb.fi Git - libs/gl.git/blobdiff - source/backends/vulkan/device_backend.cpp
Add a synchronization helper class to the Vulkan backend
[libs/gl.git] / source / backends / vulkan / device_backend.cpp
index b5d3db70548701d314a0b1239b829af9c0fd8faf..cc94e967f03c5372b18211d96ac4a2557fe44aa5 100644 (file)
@@ -13,6 +13,7 @@ VulkanDevice::VulkanDevice(Graphics::Window &wnd, const Graphics::VulkanOptions
        functions(new VulkanFunctions(context)),
        allocator(*static_cast<Device *>(this)),
        destroy_queue(*static_cast<Device *>(this)),
+       synchronizer(*static_cast<Device *>(this)),
        transfer_queue(*static_cast<Device *>(this)),
        pipeline_cache(*static_cast<Device *>(this))
 { }