structWriteInto method
Implementation
@override
void structWriteInto(MemoryPointer p) {
_data.syncInto(p);
field_width.write(p, _width);
field_height.write(p, _height);
field_mipmaps.write(p, _mipmaps);
field_format.write(p, _format);
}
@override
void structWriteInto(MemoryPointer p) {
_data.syncInto(p);
field_width.write(p, _width);
field_height.write(p, _height);
field_mipmaps.write(p, _mipmaps);
field_format.write(p, _format);
}