Skip to content

vulkan/wsi: use unsigned instead of uint

psykose requested to merge psykose1/demos:uint into main

uint is not a standard type name and fails to build against musl libc

Merge request reports