Skip to content

Is it possible for multiple queues to share resources? #905

@wmylxmj

Description

@wmylxmj

In MiniEngine, I observed that resources such as descriptor heaps, buffers, etc. are managed by CommandContext of a specific command list type. In fact, linear allocators, dynamic descriptor heaps, etc. also reclaim resources based on the Fence value of a specific command queue.
When building DirectX12 applications, is it possible that different types of command queues access the same resource? Or are the resources of different command queues usually managed separately?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions