I was playing around with Direct3D for 2D purposes and I was kinda hoping to be able to use a bitmap that contains the full image and another image (black and white maybe grey) for the mask and transparency. I think that technique is called Masking, but I can't find any tutorials that use it with Direct3D.

Can anyone tell me how to something like this?