1 #ifndef MYTHVBOVULKAN_H
2 #define MYTHVBOVULKAN_H
13 VkBuffer GetBuffer ()
const;
14 void* GetMappedMemory ()
const;
15 void Update (VkCommandBuffer CommandBuffer =
nullptr);
20 VkDeviceSize m_bufferSize { 0 };
25 void* m_mappedMemory {
nullptr };
36 bool NeedsUpdate (QRect
Source, QRect Dest,
int Alpha,
int Rotation);
37 void Update (QRect
Source, QRect Dest,
int Alpha,
int Rotation,
38 VkCommandBuffer CommandBuffer =
nullptr);