pub type PFNGLPROGRAMBUFFERPARAMETERSIIVNVPROC = Option<unsafe extern "C" fn(target: GLenum, bindingIndex: GLuint, wordIndex: GLuint, count: GLsizei, params: *const GLint)>;Aliased Type§
pub enum PFNGLPROGRAMBUFFERPARAMETERSIIVNVPROC {
None,
Some(unsafe extern "C" fn(u32, u32, u32, i32, *const i32)),
}