blitter32bit

Two plus one operand blitter for 32 bit values. Automatic mask-generation is used from the source's alpha channel with the following formula: mask = src.alpha == 0x00 ? 0xFFFFFFFF : 0x00000000

Meta