24 class VSG_DECLSPEC CopyAndReleaseImage :
public Inherit<Command, CopyAndReleaseImage>
29 struct VSG_DECLSPEC CopyData
37 uint32_t mipLevels = 1;
61 virtual ~CopyAndReleaseImage();
65 mutable std::mutex _mutex;
66 mutable std::vector<CopyData> _pending;
67 mutable std::vector<CopyData> _completed;
68 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:52