秋棠

Results 2 issues of 秋棠

Problem shader ```hlsl [[vk::image_format("r16f")]] [[vk::binding(3, 0)]] RWTexture2D RWTextureBindless[]; [[vk::image_format("r16f")]] [[vk::binding(0, 1)]] globallycoherent RWTexture2D mip5Dest; ``` The compiled result translate to GLSL by SPIRV-Cross: ```hlsl layout(set = 0, binding = 3,...

bug
spirv

Hi, when reproject screen probe, i think it should choose history probe with max weight. but actually brixelizergi choose a low weight one. is it a bug? ![image](https://github.com/user-attachments/assets/69b284b1-4e9d-4205-99e3-9111e8678940)