[][src]Function fermium::SDL_QueryTexture

pub unsafe extern "C" fn SDL_QueryTexture(
    texture: *mut SDL_Texture,
    format: *mut Uint32,
    access: *mut c_int,
    w: *mut c_int,
    h: *mut c_int
) -> c_int