void RasterEncoder::WriteLine(const RGBA *s) { memcpy(line, s, size.cx * sizeof(RGBA)); WriteLine(); }
Report message to a moderator