Results 12 issues of wumo

In the example of `compute cull and lod`, the `uboOut.drawCount` is initialized to 0 by the shader of `idx == 0` as the code shows: https://github.com/SaschaWillems/Vulkan/blob/9c029b36fa9e2504af9e978c888193e6e59c82f0/data/shaders/glsl/computecullandlod/cull.comp#L81-L91 But I think there...

https://github.com/SaschaWillems/Vulkan/blob/e1e348ac7a5b468aadc958bfd998497d6570cb49/base/VulkanUIOverlay.cpp#L75 Currently VulkanUIOverlay references the "Roboto-Medium.ttf" by relative path to the compiled binary which can results in the following error: ![image](https://user-images.githubusercontent.com/7351935/68068585-4cacf780-fd91-11e9-9caf-bf45ca3b6e1c.png) I suggest using getAssetPath() for all data file accessing...

Closes #XXXX Relates to #XXXX - [ ] I have read the [Contributing Guide](https://github.com/ScoopInstaller/.github/blob/main/.github/CONTRIBUTING.md).

Running `kdoctor` shows: ``` [x] Android Studio * Android Studio (2021.3) Location: /Users/wumo/Library/Application Support/JetBrains/Toolbox/apps/AndroidStudio/ch-0/213.7172.25.2113.9014738/Android Studio.app Bundled Java: openjdk 11.0.13 2021-10-19 Kotlin Plugin: 213-1.7.10-release-for-android-studio-AS6777.52 Kotlin Multiplatform Mobile Plugin: not installed Install...

Correctly utilizing transfer queue to copy texture/memeory is hard. A simple sample would be really helpful. If it is too costly to rework the framework, a seperate sample like `hello_triangle`...

sample request

It would be very convenient with source jar.

enhancement

This is a great tool to replace clion's integrated reformatting function. So I set a global hotkey for clang-format. But clang-format will also reformat python files even though it doesn't...

``` ERROR: OpenSSL/1.0.2o@conan/stable: Error in build() method, line 122 self.mingw_build(config_options_string) while calling 'mingw_build', line 330 tools.run_in_windows_bash(self, config_line) ConanException: Cannot recognize the Windows subsystem, install MSYS2/cygwin or specify a build_require to...

OS: Windows 10 Visual Stuidio 2022 ``` ninja: error: 'd3d12.lib', needed by 'lib/core.lib', missing and no known rule to make it ```