marc0246

Results 50 comments of marc0246

@digama0 https://github.com/vulkano-rs/vulkano/pull/2413 was submitted to alleviate this issue.

Me and @YouSafe have just observed this on Linux and Windows both using NVIDIA, but only in the teapot example when resizing. @Saetch @Astralchroma could you please confirm whether this...

Thanks a lot! So the issue has been solved for the other examples then?

Indeed that would be appreciated. The original issue was about examples other than teapot, which seems to have been fixed at some point.

False alarm, I can still observe the leaks as well on Windows (but not on Linux), in these examples: - image - image-self-copy-blit - immutable-sampler - push-descriptors - runtime_array -...

For context, the way I see it is that as long as we have a stuct registration mechanism in place which tracks structs across different shaders, this is very difficult...

> Has glslc being considered in the meantime? I'm 99% sure its bundled with the Vulkan SDK so binary versions should be available on everyone's computer That's what we use...

This was added in #1967, see also #1935 for the state of the overall effort.