DrawableCopyPixels performs a DrawableImage copyPixels operation on the GPU (see BitmapData.copyPixels).
Parameters |
Description |
Texture** tex |
An array of input textures. |
const Matrix2F* texgen |
An array of texture generation matrices, one per items in tex. |
const Matrix2F& mvp |
The matrix to apply to the quad that renders the area affected by the operation. |
bool mergeAlpha |
Whether the alpha of the images should be merged when performing the copyPixels operation. |
bool destAlpha |
_nt_ |