pub type WGPUProcDeviceCreateSampler = Option<unsafe extern "C" fn(device: WGPUDevice, descriptor: *const WGPUSamplerDescriptor) -> WGPUSampler>;Aliased Type§
pub enum WGPUProcDeviceCreateSampler {
None,
Some(unsafe extern "C" fn(*mut WGPUDeviceImpl, *const WGPUSamplerDescriptor) -> *mut WGPUSamplerImpl),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut WGPUDeviceImpl, *const WGPUSamplerDescriptor) -> *mut WGPUSamplerImpl)
Some value of type T.