setD method
Copies the fields of the Dart struct o into this instance.
Implementation
@override
RlDrawCallD setD(RlDrawCallD o) {
originalPointer ??= o.originalPointer;
mode = o.mode;
vertexCount = o.vertexCount;
vertexAlignment = o.vertexAlignment;
textureId = o.textureId;
return this;
}