Xavier
Xavier
When attemping to acquiring the image of index 0 a second time, VK_CHECK fails and aborts. Output of swapchainImageIndex without VK_CHECK before crash ```bash 0 1 2 3 0 ```...
I would like to build this library to use with pure C. The build instructions in the repo seem to be for C++ however. I was wondering how this library...
OS: Fedora 39 Compositor: wl-roots (Hyprland) SDL version: 2.28.5 (from dnf package manager) When setting `SDL_SetWindowResizable(window, SDL_FALSE);` The window should become no longer resizeable. This usually results in a floating...
### Check for existing issues - [X] Completed ### Describe the feature I was wondering whether it would be possible to get syntax highlighting for HLSL in Zed? Would be...
I was reading the following section of the vulkan tutorial: https://docs.vulkan.org/tutorial/latest/03_Drawing_a_triangle/03_Drawing/02_Rendering_and_presentation.html#_waiting_for_the_previous_frame The following text can be observed: > At the start of the frame, we want to wait until the...
# Issue Description When using a `ParameterBlock` that contains members from different stages, depending on the order of the members, invalid reads can occur, due to the wrong stages seemingly...