Skip to content

Implement UMA/GPU Upload Heap path for copies #991

Description

@blueskythlikesclouds

Integrated GPUs don't seem to be able to overlap graphics and copy work, causing every single copy to happen after a frame renders. This makes loading screens take too long, or streamed terrain to appear late. Directly writing to the resource from the CPU when UMA or GPU upload heaps are supported should solve this.

I'm not sure of an equivalent solution for Vulkan.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions