Type Alias unity_native_plugin_sys::PFN_vkCmdSetLineWidth
source · pub type PFN_vkCmdSetLineWidth = Option<unsafe extern "system" fn(commandBuffer: VkCommandBuffer, lineWidth: f32)>;Aliased Type§
enum PFN_vkCmdSetLineWidth {
None,
Some(unsafe extern "system" fn(_: *mut VkCommandBuffer_T, _: f32)),
}