blitter32bit

Three 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 ? 0xFFFFFFFF : 0x00000000 The result is copied into the memory location specified by dest1

Meta