Results 6 issues of Kyle Mayes

Update generated bindings (automatically created by update action).

The LLVM releases have not included Ubuntu binaries since 14.0.1. Until this is changed this action will not be able to support these versions on Linux. https://github.com/llvm/llvm-project/issues/57218

- [x] Rework how compatibility extensions (needed for macOS) are integrated into the tutorial - [x] Update fixed functions chapter to make placement of pipeline layout initialization more clear -...

tutorial

https://github.com/KyleMayes/vulkanalia/issues/281 raised the issue of some device extension commands actually being instance-level commands. These are no longer loaded with `vkGetDeviceProcAddr` as part of the fix for that issue, but this...

Update generated bindings (automatically created by update action).

From https://docs.vulkan.org/refpages/latest/refpages/source/vkEnumerateInstanceExtensionProperties.html: > If pProperties is NULL, then the number of extensions properties available is returned in pPropertyCount. Otherwise, pPropertyCount must point to a variable set by the application to...