pub type PFNGLTEXTUREIMAGE3DEXTPROC = Option<unsafe extern "C" fn(texture: GLuint, target: GLenum, level: GLint, internalformat: GLint, width: GLsizei, height: GLsizei, depth: GLsizei, border: GLint, format: GLenum, type_: GLenum, pixels: *const c_void)>;Aliased Type§
pub enum PFNGLTEXTUREIMAGE3DEXTPROC {
None,
Some(unsafe extern "C" fn(u32, u32, i32, i32, i32, i32, i32, i32, u32, u32, *const c_void)),
}