How do i get Alpha from Texture object that I have passed into custom blur function? Or is it possible to use TextureSample instead Object?

Thank you so much for posting your solution!

I’ve been struggling with outputting alpha for texture blur for quite a while - I couldn’t have thought about simply changing the color input and output from float3 to float4 and masked it will solve the issue!

Thank you! :slight_smile: