tp::Pipeline class

Represents a full compiled state of a compute or graphics pipeline, composed of multiple shader stages and the state of the configurable fixed-function stages.

Public functions

auto isNull() const -> bool
Returns true if the pipeline is null and not valid for use.
auto vkGetPipelineHandle() const -> VkPipelineHandle
Returns the associated Vulkan VkPipeline handle.