I want to achieve the result like in the image below:
I assume, solutiuon is:
Cut the custom shape.
Scale received shape.
Apply blur to main texture.
Draw the shape on top.
Draw the real transparent drop on the top of shape.
My question is how to cut the texture in drop shape using vertex and/or fragment shader? Appreciate any ideas and suggestions abot the way to go.