19 #ifndef INCLUDED_CSPAINT_MEMORYPOOL_H
20 #define INCLUDED_CSPAINT_MEMORYPOOL_H
22 #include <cspaint_fwd.h>
24 #include <vulkan/vulkan.hpp>
33 using handle = std::shared_ptr<queue>;
41 std::shared_ptr<const device> m_device;
42 uint32_t m_memoryType;
void operator=(const memorypool &) = delete
Definition: cspaint_device.h:35
memorypool(std::shared_ptr< const device > device, uint32_t memoryType)
std::shared_ptr< queue > handle
Definition: cspaint_memorypool.h:33
Definition: cspaint_memorypool.h:28
Definition: cspaint_buffer.h:26