Handle
VkPipeline
Opaque handle to a pipeline object
Compute,
ray tracing,
and
graphics
pipelines are each represented by VkPipeline handles:
VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkPipeline)
#[repr(transparent)]
pub struct Pipeline(_);
Parent
VK_VERSION_1_0Type
Handle