[Vulkan v2] VkSurface

This commit is contained in:
Triang3l
2019-08-10 00:23:31 +03:00
parent 30ba2619f3
commit af93986c8f
4 changed files with 56 additions and 13 deletions

View File

@@ -71,6 +71,8 @@ class VulkanContext : public GraphicsContext {
uint32_t current_queue_frame_ = 1;
VkFence fences_[kQueuedFrames] = {};
VkSurfaceKHR surface_ = VK_NULL_HANDLE;
std::unique_ptr<VulkanImmediateDrawer> immediate_drawer_ = nullptr;
};