Closed sumcai closed 3 months ago
PopulateBufferWithCopy actually calls deMemcpy, use buffer access range when copy data from blob.
PopulateBufferWithCopy
deMemcpy
void populateBufferWithCopy (void* buffer, VkDeviceSize size, const void* const blob) { deMemcpy(buffer, blob, static_cast<size_t>(size)); }
All committers have signed the CLA.
PopulateBufferWithCopy
actually callsdeMemcpy
, use buffer access range when copy data from blob.