#pragma once #include "evkCommon.h" evkImage evkGPUCreateImage(evkGPUAllocationCreateInfo, VkImageCreateInfo*); void evkGPUDestroyImage(evkImage); evkBuffer evkGPUCreateBuffer(evkGPUAllocationCreateInfo, VkBufferCreateInfo*); void evkGPUDestroyBuffer(evkBuffer); evkGPUAllocator evkGPUCreateAllocator(evkDevice device); void evkGPUDestroyAllocator(evkGPUAllocator alloc);