-
According to the [Vulkan spec](https://www.khronos.org/registry/vulkan/specs/1.2/html/vkspec.html#VkAttachmentDescription), `VkAttachmentDescription.samples` is of an enum type that happens to contain…
-
Any chance we can have samples for Linux using Vulkan?
-
I am the maintainer for a [Vulkan library for Rust](https://github.com/MaikKlein/ash) and recently I got an interesting [bug report](https://github.com/MaikKlein/ash/issues/47).
The user is creatin…
-
### Tested versions
4.3 stable
4.3 dev
### System information
Windows 11, Godot 4.3 stable, Vulkan Forward+
### Issue description
The editor stutters frequently whilst using the editor. It's mos…
-
I am searching the code samples for d3d12 related encoding example and I can't find one. In SimpleEncoder.cpp I see some functions kind of ready for d3d12, but there is also commented our code like th…
ghost updated
4 months ago
-
Looking at the list of topics, it seems there is room for a short page on renderpasses.
Nothing extravagant, just a "heres what, why, when, and links to detailed descriptions" kind of thing.
I am w…
-
Hi,
I am trying to run a sample on Fedora 40 KDE 6.2 with Nvidia RTX 4090 GPU. Validation layer prints such errors. They are reproducible in every single example.
The app draws only one frame withou…
-
It would be really nice to have a more complete set of tutorials/samples to work with.
E.g. None of the samples use Geometry Instancing,Indirect Buffers.
From the Vulkan/Metal docs it is also not …
geoeo updated
4 years ago
-
Hi,
I'm running into an issue when trying to submit images to the Compositor in a personal C++/Vulkan project.
I can successfully run VR_Init and call various helper methods, but I get a segfau…
-
`swapChain.queuePresent` in [VulkanExampleBase::submitFrame](https://github.com/SaschaWillems/Vulkan/blob/master/base/vulkanexamplebase.cpp#L759) returns VK_SUBOPTIMAL_KHR in Android.
This causes w…