Vulkan-Loader icon indicating copy to clipboard operation
Vulkan-Loader copied to clipboard

Vulkan Loader

Results 63 Vulkan-Loader issues
Sort by recently updated
recently updated
newest added

if you build vulkan-loader with the latest vulkan-headers (as of https://github.com/KhronosGroup/Vulkan-Headers/commit/b11eecd68fb4b770f30fe2c9da522ff966f95b1e) the build fails: ``` FAILED: loader/CMakeFiles/vulkan.dir/loader.c.obj /usr/bin/ccache x86_64-w64-mingw32-gcc-posix -DHAVE_CET_H -DUNKNOWN_FUNCTIONS_SUPPORTED -DVK_ENABLE_BETA_EXTENSIONS -DVK_USE_PLATFORM_WIN32_KHR -Dvulkan_EXPORTS -I/home/runner/work/mpv/mpv/Vulkan-Loader/loader -I/home/runner/work/mpv/mpv/Vulkan-Loader/loader/generated -I/home/runner/work/mpv/mpv/Vulkan-Loader/builddir/loader -isystem /home/runner/work/mpv/mpv/mingw_prefix/usr/local/include -O2...

I think there's a bug in the Vulkan loader. I've modified GFXReconstruct so that it fails during the `vkNegotiateLoaderLayerInterface` call with an error (VK_ERROR_INITIALIZATION_FAILED), and the loader is still adding...

bug

Currently, the mingw CI job fails with: ``` -- The C compiler identification is unknown -- Detecting C compiler ABI info -- Detecting C compiler ABI info - failed --...