pub type WGPUProcRenderPassEncoderInsertDebugMarker = Option<unsafe extern "C" fn(renderPassEncoder: WGPURenderPassEncoder, markerLabel: WGPUStringView)>;Aliased Type§
pub enum WGPUProcRenderPassEncoderInsertDebugMarker {
None,
Some(unsafe extern "C" fn(*mut WGPURenderPassEncoderImpl, WGPUStringView)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut WGPURenderPassEncoderImpl, WGPUStringView))
Some value of type T.