pub unsafe extern "C" fn gpujpeg_opengl_texture_create(
width: c_int,
height: c_int,
data: *mut u8,
) -> c_intExpand description
Create OpenGL texture
@param width @param height @param data
ยงreturn
nonzero texture id if succeeds, otherwise 0