Mateusz Kielan

Results 368 comments of Mateusz Kielan

just a little heads up, vulkan subpass input can only be a floating point type (no idea what the prevision is XD)

> The test program’s intermediate vk::Image has a format of vk::Format::eR8G8B8A8Unorm, and VK_LAYER_KHRONOS_validation didn’t mark it as an error/warning. That's a normalized format, it shows up as a floating point...

you can try using separable sampler+image in example 24

> Read test input image, create output image, and create their views. Create relevant resources to do blur. Seems you forgot to push some code, the example I see does...

any way to reopen?

@AnastaZIuk if you want we can pawn off to @Hazardu

> We don't handle it in overload resolution, but we do support them in some contexts when we can resolve them correctly: > > https://godbolt.org/z/GvsqcnKnY you resolve them and yet...

I've cut it down to absolute minimum, no language keywords and no reserved identifiers (like double `_`) C++: https://godbolt.org/z/58Yrcqzh4 HLSL: https://godbolt.org/z/Wj3bnsrWj If you remove any of the two templates (around...

It no longer segfaults on latest trunk but gives this error ``` not viable: no known conversion from 'Derived &' to 'Base' for object argument ``` its because it seems...