I am drawing text on top of a rectangle.
- Rectangle z position is 0
- Text z Position is 1
If we render opaque rectagle first and than draw text the rendering comes fine.
if we reverse the order we first draw text and than the geometry than transparent areas of the text cut through the rectangle which is drawn behind.
How can we draw in this order.