Andreas Süßenbach

Results 120 comments of Andreas Süßenbach

@oddhack I think, I fixed this issue with #2236. But the build ([cmake-unix (ubuntu-latest, 3.22.1)](https://github.com/KhronosGroup/Vulkan-Headers/actions/runs/16665329727/job/47343465545#logs) is still failing! I don't know, how the generation of the Vulkan-Hpp files could be...

> but tutorial text needs to be adjusted to If you could give me a hint, where the corresponding tutorial text is, I could try to adjust it accordingly.

@SaschaWillems Ok, I've adjusted some documentation. Please have a closer look at it!

Anything else I'd need to adjust?

AFAIK, those two extensions (`VK_EXT_layer_settings` and `VK_EXT_validation_features`) are not supported by any NVIDIA GPU, but are provided by a layer injected by for example the VulkanConfigurator. That might explain why...

`ArrayProxy` and `Flags` could probably be moved into some `vulkan_hpp_helper_classes.hpp`, or so. But do you mean `ResultValue` with `Result`? That class uses `vk::Result`, which means you would need at least...

> My thought is to combine (2) and (3). I thinks, that's a viable approach. Would you create a PR resolving this?

Thanks for reporting this issue. I'll have a closer look at it asap, but that still might take a little. But at first sight, it sounds reasonable.

@rwols Would you like to check if #2386 actually resolves this issue?

I don't know where that `OpTypeImage`, mentioned in the VVL warning above comes from, or how I could change that to some bgra-format. The warning is resolved if I -...