codecnotsupported
codecnotsupported
#179 have it either way.
> The AppImage is always built as part of our CI job on Azure Pipelines. It can be found as a published "artifact" on the respective CI build overview. The...
That, fixed it.
I didn't expect this issue to have a [Z-Large] tag. I just looked at `github actions` and mirrored the commands. ``` cargo install mdbook mdbook build ``` Then just open...
I just tested with the VK_EXT_shader_object sample from Vulkan-Samples which has too many descriptor sets for GPU-AV (Debug printf and GPU-assisted) to work. ``` [info] (Swapchain) Surface format selected: VK_FORMAT_B8G8R8A8_SRGB,...
It gets more interesting, though slightly off-topic. The Vulkan sample does not crash when both `Core` and `Handle Wrapping` are enabled, it does when only `Core` is enabled. Meaning that...
I haven't tried the master branch but could it be that `VUID-VkDescriptorAddressInfoEXT-range-08940` isn't implemented? I don't see it on the list @jeremyg-lunarg posted, but I didn't get a warning with...