- SDL Vulkan window crashes on resize 🔍
- SDL2 crashes on window resize🔍
- Window resize with Vulkan + SDL #2348🔍
- Unable to get fast window resizing on Nvidia GPUs 🔍
- Window Resizing🔍
- SDL_VIDEODRIVER=wayland window resizing is broken while X11 ...🔍
- Issue with SDL_Vulkan_GetDrawableSize🔍
- Tests/triangle|vulkan.c crash on resize🔍
SDL Vulkan window crashes on resize
SDL Vulkan window crashes on resize (before event handling).
When enabling window resize: SDL_SetWindowResizable(mWindow, SDL_TRUE); however it crashes before getting back to the event handling loop to address adjusting ...
SDL2 crashes on window resize - c++ - Stack Overflow
So basically, the issue is that when using an SDL_Texture with the flag SDL_TEXTUREACCESS_STREAMING , resizing a window destroys the texture and ...
Window resize with Vulkan + SDL #2348 - ocornut/imgui - GitHub
Hi ocornut, I was having an issue handling resize with Vulkan + SDL on both amdgpu and NVidia proprietary drivers under recent Fedora. while ...
Unable to get fast window resizing on Nvidia GPUs : r/vulkan - Reddit
This is executed on a set tick (is my understanding) to work around the fact that in windows, move/resize events block. Now, on SDL where ...
Window Resizing - Vulkan Guide
When the window resizes, the swapchain becomes invalid, and the vulkan operations with the swapchain like vkAcquireNextImageKHR and vkQueuePresentKHR can fail ...
SDL_VIDEODRIVER=wayland window resizing is broken while X11 ...
SDL_VIDEODRIVER=wayland window resizing is broken while X11 works, resulting in problems like this: As you can see, it seems like ...
Issue with SDL_Vulkan_GetDrawableSize()? - SDL Development
The Vulkan spec states: imageExtent must be between ... resizing window · Issue #3287 · libsdl-org/SDL · GitHub. 1 Like. Home ...
08123: bgfx vulkan sometimes crashes when resizing window
08123: bgfx vulkan sometimes crashes when resizing window ; 08123: bgfx vulkan sometimes crashes when resizing window.
Tests/triangle-vulkan.c crash on resize - support - GLFW
The triangle-vulkan crashes on window resize due to freeing & then not creating the command buffer. When it later goes to use said command ...
View topic - resize window SDL2 - SDL
I have some code which crashes on resizing a window. As far as I can tell this is a design fault in SDL and cannot be fixed, but I could be wrong.
Swap chain recreation - Vulkan Tutorial
It is possible for the window surface to change such that the swap chain is no longer compatible with it. One of the reasons that could cause this to happen is ...
a-simple-triangle / Part 29 - Window resize events - Marcel Braghetto
For our Vulkan application the viewport is already updating correctly so it's fine, but similar to the OpenGL renderer the out of date camera is ...
[r7312] SDL2 Crash on quick window resize
When I choose SDL2 as a backend, I experience crashes if the window is resized quickly. This is easily reproduced by either: a) starting ...
If you need to resize the window, the swapchain will need to be rebuild. ... Because our initialization order was SDL Window -> Instance -> Surface ...
SDL Graphics with Vulkan® | Tizen Docs
To render a triangle using Vulkan® in an SDL application: Initialize the SDL library and create an SDL window. Before using any other SDL functions, call the ...
"Error: No available video device" in Linux :: 8089 General
... Vulkan? Make ... Error: No available video device at Xenko.Graphics.SDL.Window ... I can play the game, but trying to resize the window at all will crash.
Vulkan with SDL2 getting started - GameDev.net
... SDL here are some code snippets that may help... // be sure to initialize your SDL window with the vulkan flag window = SDL_CreateWindow("My ...
sdl2 - How to stop SDL from freezing the rendering while resizing ...
If I minimize it and then maximize the window the rendering freezes. I've included a simple code example below which makes the screen flash ...
SDL/SDLVulkanGraphicsContext.cpp · main-screen-crash-fix ...
window = SDL_CreateWindow("Initializing Vulkan...", x, y, w, h, mode);. if (!window) {. fprintf(stderr, "Error creating SDL window: %s\n", SDL_GetError());.
Freeze during window resize - Vulkan - Khronos Forums
However, I encountered an issue: upon resizing the GLFW window it occasionally freezes before recreating the swapchain for a duration ranging ...