Engine icon indicating copy to clipboard operation
Engine copied to clipboard

d3d12_copy_manager

Open vk2gpu opened this issue 7 years ago • 0 comments

For initial data uploads we need something better than what is currently implemented. What would be desired:

  • Implemented outside of the d3d12_device.
  • Independent of what frame we're on.
  • Thread safe.
  • As foolproof synchronization as possible (i.e. fence will automatically be added when a resource is used that has a pending upload)
  • Use copy queues.
  • Host visible upload memory preferably will not resize. Either upload piece meal, or one shot allocation for large resources.

vk2gpu avatar Jan 25 '18 14:01 vk2gpu