https://bugs.kde.org/show_bug.cgi?id=466454

--- Comment #15 from Zamundaaa <xaver.h...@gmail.com> ---
(In reply to Mark Richardson from comment #13)
> What can/should an app do about being lied to about the window size?
You need to query the surface capabilities with
vkGetPhysicalDeviceSurfaceCapabilitiesKHR, and choose a swapchain size that's
bigger than or equal to the minimum, and smaller than or equal to the maximum
swapchain extends. See
https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkSurfaceCapabilitiesKHR.html
for details

(In reply to Juan from comment #5)
> Hi, I think I'm experiencing the same error. If I run a steam game on
> xwayland with proton, the game window doesn't appear (but I hear the
> background music)

What specific game and Proton version did you use? This is not happening for me
and afaict from the dxvk code, it's handling the min/max surface extends
correctly.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to