Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-threaded draw submission #145

Open
gongminmin opened this issue Oct 31, 2017 · 0 comments
Open

Multi-threaded draw submission #145

gongminmin opened this issue Oct 31, 2017 · 0 comments

Comments

@gongminmin
Copy link
Owner

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.

@gongminmin gongminmin added this to To do in KlayGE future via automation Oct 31, 2017
@gongminmin gongminmin added this to To do in KlayGE 4.13 via automation Nov 6, 2017
@gongminmin gongminmin removed this from To do in KlayGE future Nov 6, 2017
@gongminmin gongminmin added this to the v4.13 milestone Nov 6, 2017
@gongminmin gongminmin removed this from To do in KlayGE 4.13 Jun 18, 2018
@gongminmin gongminmin modified the milestones: v4.13, v4.14 Jun 18, 2018
@gongminmin gongminmin added this to To do in KlayGE 4.14 via automation Jun 18, 2018
@gongminmin gongminmin removed this from To do in KlayGE 4.14 Nov 11, 2018
@gongminmin gongminmin removed this from the v4.14 milestone Nov 11, 2018
@gongminmin gongminmin removed the minor label Nov 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant