-
Notifications
You must be signed in to change notification settings - Fork 163
Disable offscreen_swapchain_frame_boundary swapchain option when VK_EXT_frame_boundary is not supported
#2604
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
base: dev
Are you sure you want to change the base?
Conversation
|
CI gfxreconstruct build queued with queue ID 623674. |
|
CI gfxreconstruct build queued with queue ID 623760. |
|
@marius-pelegrin-arm , FYI. |
|
CI gfxreconstruct build # 8606 running. |
|
CI gfxreconstruct build # 8606 passed. |
0994b86 to
e2b40a9
Compare
|
CI gfxreconstruct build queued with queue ID 624700. |
|
CI gfxreconstruct build # 8621 running. |
|
CI gfxreconstruct build # 8621 passed. |
…se if EXT not supported
e2b40a9 to
b98d33e
Compare
|
CI gfxreconstruct build queued with queue ID 634308. |
|
CI gfxreconstruct build # 8725 running. |
|
CI gfxreconstruct build # 8725 passed. |
Resolves #1467
This PR adds logic to disable the
offscreen_swapchain_frame_boundaryswapchain option ifVK_EXT_frame_boundaryis unsupported by the replay device.A method is added to allow retrieving a copy of the swapchain options in order to facilitate modifying the existing option set.