Skip to content

Multi-threaded draw submission #145

Open
@gongminmin

Description

Make draw calls in multi-threads for better performance

D3D11: One deferred context each sub-thread, submit on main thread.
D3D12: One command list each sub-thread, submit on sub-threads.
OpenGL/OpenGLES: One drawing context each sub-thread, submit on sub-threads.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions