Results 261 comments of Bartosz Taudul

In the case of vcpkg, it's a bit more complicated, as you can have multiple triplets, e.g. `x86-windows` or `x64-windows` or `x64-windows-static`, etc., each providing its own fs root with...

> Meson does have native support for `dependency('vulkan')` without a toolchain file, and it looks up `$VULKAN_SDK` internally. > > I agree that that isn't a general solution. ;) It's...

See 3.13.10 in the manual for how to set custom source locations.

See 3.13.10 in the manual for a workaround.

The documentation is correct in that it describes the behavior of the flags that are passed to the compiler. If you feel this is something that needs clarification in the...

The quoted paragraphs are not about CMake.

If the pthread pool size change may be unnecessary, why is it made?

`imgui_impl_glfw.cpp` is sourced from ImGui. Please submit your changes to ImGui first. I don't want to maintain yet another patch on foreign sources.