### Current version ```cpp auto b = buffer->Lock(); memset(b, ...); buffer->Unlock(); ``` ### Ideal version ```cpp commandBuffer->SetData(buffer, srcData, size); ``` ### Note I seem that it may should support a function to assign a initial data when creating