[][src]Function fermium::SDL_CreateTexture

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