Function gpujpeg_opengl_texture_create

Source
pub unsafe extern "C" fn gpujpeg_opengl_texture_create(
    width: c_int,
    height: c_int,
    data: *mut u8,
) -> c_int
Expand description

Create OpenGL texture

@param width @param height @param data

ยงreturn

nonzero texture id if succeeds, otherwise 0