mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-16 08:27:10 +00:00
Use Vulkan Blit command rather than Copy
This commit is contained in:
@@ -47,6 +47,7 @@ struct VulkanContext
|
||||
{
|
||||
struct SwapChain
|
||||
{
|
||||
VkFormat m_format = VK_FORMAT_UNDEFINED;
|
||||
VkSwapchainKHR m_swapChain = VK_NULL_HANDLE;
|
||||
struct Buffer
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user