-
-
Notifications
You must be signed in to change notification settings - Fork 22
Multi-GPU Resource Transfer #212
Copy link
Copy link
Open
Labels
graphicsA render-related issueA render-related issuerendererAn issue relating to the render pipelineAn issue relating to the render pipeline
Milestone
Description
Metadata
Metadata
Assignees
Labels
graphicsA render-related issueA render-related issuerendererAn issue relating to the render pipelineAn issue relating to the render pipeline
Projects
StatusShow more project fields
No status
Implement support for transferring resources between
GraphicsDeviceinstances:GraphicsResource.TransferTo(params GraphicsDevice[] device)Scenarios where this may be needed:
Also consider if resource sharing can be implemented. ReBAR may also improve performance of sharing/transfering, by allowing the CPU to copy directly from one GPU's VRAM to another.