Kohi Game Engine
vulkan_pipeline Struct Reference

Holds a Vulkan pipeline and its layout. More...

#include <vulkan_types.h>

Data Fields

VkPipeline handle
 The internal pipeline handle. More...
 
VkPipelineLayout pipeline_layout
 The pipeline layout. More...
 
u32 supported_topology_types
 Indicates the topology types used by this pipeline. See primitive_topology_type. More...
 

Detailed Description

Holds a Vulkan pipeline and its layout.

Field Documentation

◆ handle

VkPipeline handle

The internal pipeline handle.

◆ pipeline_layout

VkPipelineLayout pipeline_layout

The pipeline layout.

◆ supported_topology_types

u32 supported_topology_types

Indicates the topology types used by this pipeline. See primitive_topology_type.


The documentation for this struct was generated from the following file: