Skinner::cSkinPainterJobCopyTex1AlphaToTex0 class

Copies the alpha channel of skinner texture 1 into the alpha channel of skinner texture 0.

Source code: Skinner::cSkinPainterJobCopyTex1AlphaToTex0

Base classes

class cSkinPainterJob
Base class for tasks executed in the process of generating a skinpaint texture.

Public functions

auto Execute() -> bool override
Executes the main function of this task.

Function documentation

bool Skinner::cSkinPainterJobCopyTex1AlphaToTex0::Execute() override

Executes the main function of this task.

Returns true if the task finished and the process must continue; false if the task didn't finish, and has to be executed again.