codecnotsupported

Results 23 comments of codecnotsupported

> 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...

https://github.com/ocornut/imgui/issues/4451#issuecomment-989791709 For mobile users: ![image-14](https://user-images.githubusercontent.com/2294209/145396948-c7ee3944-2925-4d2e-b83c-c5cd69fce621.png)

Just spitballin' here, Found hyperlight a while back and I thought it could be used as a possible starting point. https://github.com/hyperlight-dev/hyperlight https://github.com/hyperlight-dev/hyperlight-wasm "specifically optimized for securely running untrusted code with...