-
Notifications
You must be signed in to change notification settings - Fork 326
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
Add support for replaying to the surface on Windows and Linux #2124
Conversation
0c0ce2d
to
f236243
Compare
f236243
to
b6a56e6
Compare
Rebased on top of fix from #2125 |
target = gapir::SurfaceType::Android; | ||
break; | ||
// These are all linux, so just make an Xcb surface | ||
case VK_STRUCTURE_TYPE_MIR_SURFACE_CREATE_INFO_KHR: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not strictly true, but we haven't seen anything that violates this, but technically, if you are on linux you MAY be running a MIR or Wayland compositor where X would fail.
We can handle this if we ever see a system that doesn't allow X.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah ok, yeah if it's an issue adding more window types in the future shouldn't be challenging.
I will merge when the builds go green |
No description provided.