[][src]Type Definition rs_gles3::bindings::PFNGLPROGRAMBINARYPROC

type PFNGLPROGRAMBINARYPROC = Option<unsafe extern "C" fn(program: GLuint, binaryFormat: GLenum, binary: *const c_void, length: GLsizei)>;