Diligent::IPipelineStateVk struct

Exposes Vulkan-specific functionality of a pipeline state object.

Contents

Base classes

struct IPipelineState
Pipeline state interface.

Public functions

auto GetRenderPass() const -> IRenderPassVk*METHOD() virtual
Returns the pointer to the internal render pass object.
auto GetVkPipeline() const -> VkPipeline METHOD() virtual
Returns handle to a vulkan pipeline pass object.