秋棠
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? 