Skip to content
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.

Feature headless #384

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Feature headless #384

wants to merge 11 commits into from

Conversation

Nielsbishere
Copy link
Contributor

Fixed headless rendering; you now create a window without setting the Windows API instance. This won't create a OS-backed window but rather a virtual one.

@VZout
Copy link
Contributor

VZout commented Jun 18, 2019

Still uses triple buffering. This is not a good enough solution.

@Nielsbishere
Copy link
Contributor Author

Nielsbishere commented Jun 18, 2019

Why not? @VZout using triple buffering allows the GPU to keep on working on the next frames while you readback from the result from a while ago
EDIT: You can now change num_back_buffers to disable triple buffering

@Nielsbishere Nielsbishere requested a review from VZout June 24, 2019 09:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants