15 #include <vsg/state/BufferInfo.h>
16 #include <vsg/vk/MemoryBufferPools.h>
18 #include <vsg/commands/Command.h>
49 mutable std::mutex _mutex;
50 mutable std::vector<CopyData> _pending;
51 mutable std::vector<CopyData> _completed;
52 mutable std::vector<CopyData> _readyToClear;
CommandBuffer encapsulates VkCommandBuffer.
Definition: CommandBuffer.h:27
Deprecated - use vsg::Data dataVariance and Data::dirty() to signal vsg::TransferTask to transfer dat...
Definition: CopyAndReleaseBuffer.h:25
ref_ptr< MemoryBufferPools > stagingMemoryBufferPools
MemoryBufferPools used for allocation of staging buffer used by the copy(ref_ptr<Data>,...
Definition: CopyAndReleaseBuffer.h:32
Definition: CopyAndReleaseBuffer.h:42