Marcell Kiss

Results 22 comments of Marcell Kiss

Obviously not everybody, since Vulkan itself doesn't call it that - and this is a Vulkan tutorial. There is no point in teaching old language, it is just confusing.

lodging complaint

This is what I was afraid of. It is not apparent for me how to best solve this. We could shove the VkDescriptorSets in an array and hand out indices...

I think redefining the ImTextureID as unsigned long long (or redefining behind an ifndef if someone wants both Vulkan and 32 bits) would do the trick. As for the first...

I was really trying to make this change as non-intrusive and user friendly as possible. For users wanting slightly more control can simply make their own `ImTextureID`s (adding an extra...

Currently, I made the `AddTexture` function, which, with the proposed change would do a heap allocation. I think it is reasonable to have a pair function that frees that allocation....

I updated my branch to reflect upstream changes, so people led here can more easily integrate this code while this PR is in limbo (I also added the ability to...

Hi, very sorry, I must've read this and put off replying, then completely forgot. Currently this is not possible - but it could be added if this is still something...

Could you describe how do you intend to use this? While it would be easy to pass the pNext so that it ends up on the renderpass, if you need...