@override void nativeReadFrom(TextureC p) { id = p.id; width = p.width; height = p.height; mipmaps = p.mipmaps; format = .fromValue(p.format); }