pub type WGPUProcTextureSetLabel = Option<unsafe extern "C" fn(texture: WGPUTexture, label: WGPUStringView)>;Aliased Type§
pub enum WGPUProcTextureSetLabel {
None,
Some(unsafe extern "C" fn(*mut WGPUTextureImpl, WGPUStringView)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut WGPUTextureImpl, WGPUStringView))
Some value of type T.