Skip to main content

PFNGLSAMPLERPARAMETERIPROC

Type Alias PFNGLSAMPLERPARAMETERIPROC 

Source
pub type PFNGLSAMPLERPARAMETERIPROC = Option<unsafe extern "C" fn(sampler: GLuint, pname: GLenum, param: GLint)>;

Aliased Type§

pub enum PFNGLSAMPLERPARAMETERIPROC {
    None,
    Some(unsafe extern "C" fn(u32, u32, i32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(u32, u32, i32))

Some value of type T.