Use Vulkan Blit command rather than Copy

This commit is contained in:
Jack Andersen
2016-06-28 16:00:02 -10:00
parent b04257c992
commit fba6d10b37
3 changed files with 50 additions and 28 deletions

View File

@@ -47,6 +47,7 @@ struct VulkanContext
{
struct SwapChain
{
VkFormat m_format = VK_FORMAT_UNDEFINED;
VkSwapchainKHR m_swapChain = VK_NULL_HANDLE;
struct Buffer
{