updateNv method
Implementation
int updateNv(Pointer<SdlRect> rect, Pointer<Uint8> yplane, int ypitch,
Pointer<Uint8> uVplane, int uVpitch) {
// 759
return sdlUpdateNvTexture(this, rect, yplane, ypitch, uVplane, uVpitch);
}
int updateNv(Pointer<SdlRect> rect, Pointer<Uint8> yplane, int ypitch,
Pointer<Uint8> uVplane, int uVpitch) {
// 759
return sdlUpdateNvTexture(this, rect, yplane, ypitch, uVplane, uVpitch);
}