I want to create a new texture by drawing texture B (with transparency) over texture A. How to do that?
My idea is to lock the source textures and manually copy pixels from texture B to texture A with taking alpha value for every pixel into account. Is there a better way?