[Vulkan v2] Upload buffer chain, immediate drawer without textures

This commit is contained in:
Triang3l
2019-08-26 22:57:14 +03:00
parent e9802a9f3b
commit b3382f3de1
12 changed files with 778 additions and 31 deletions

View File

@@ -56,6 +56,7 @@ class VulkanContext : public GraphicsContext {
const VkSurfaceFormatKHR& GetSurfaceFormat() const { return surface_format_; }
VkRenderPass GetPresentRenderPass() const { return present_render_pass_; }
VkCommandBuffer GetPresentCommandBuffer() const {
return present_command_buffers_[current_queue_frame_];
}