HAL::DrawableMerge

HAL::DrawableMerge
virtual void DrawableMerge(Texture** tex, const Matrix2F* texgen, const Matrix4F* cxmul);
Description

DrawableMerge performs a DrawableImage merge operation on the GPU (see BitmapData.merge).

Parameters
Parameters 
Description 
Texture** tex 
An array of input textures. 
const Matrix2F* texgen 
An array of texture generation matrices, one per items in tex. 
const Matrix4F* cxmul 
The color matrix used to merge the images.