24 class VSG_DECLSPEC CopyAndReleaseImage :
public Inherit<Command, CopyAndReleaseImage>
29 struct VSG_DECLSPEC CopyData
37 uint32_t mipLevels = 1;
43 Data::MipmapOffsets mipmapOffsets;
62 virtual ~CopyAndReleaseImage();
66 mutable std::mutex _mutex;
67 mutable std::vector<CopyData> _pending;
68 mutable std::vector<CopyData> _completed;
69 mutable std::vector<CopyData> _readyToClear;
ref_ptr< MemoryBufferPools > stagingMemoryBufferPools
MemoryBufferPools used for allocation of staging buffer used by the copy(ref_ptr<Data>,...
Definition CopyAndReleaseImage.h:53