Hello everyone. I need some help with understanding how Gather Loop works. In particular, i need to tag some rays with labels, so i can read them in another instance of my shader. I know, that i can reach it, using gather() VEX function, but can it be done using only VGather VOP? Another question is, since i've sent a ray with VGather, can i read it's label inside the loop with Rayimport VOP? Thank you in advance