pub type WGPUProcSupportedWGSLLanguageFeaturesFreeMembers = Option<unsafe extern "C" fn(value: WGPUSupportedWGSLLanguageFeatures)>;Aliased Type§
pub enum WGPUProcSupportedWGSLLanguageFeaturesFreeMembers {
None,
Some(unsafe extern "C" fn(WGPUSupportedWGSLLanguageFeatures)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(WGPUSupportedWGSLLanguageFeatures))
Some value of type T.