[][src]Function fermium::SDL_UpdateYUVTexture

pub unsafe extern "C" fn SDL_UpdateYUVTexture(
    texture: *mut SDL_Texture,
    rect: *const SDL_Rect,
    Yplane: *const Uint8,
    Ypitch: c_int,
    Uplane: *const Uint8,
    Upitch: c_int,
    Vplane: *const Uint8,
    Vpitch: c_int
) -> c_int