int update(Pointer<SdlRect> rect, Pointer<NativeType> pixels, int pitch) { // 664 return sdlUpdateTexture(this, rect, pixels, pitch); }