|
Kohi Game Engine
|
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... | |
Holds a Vulkan pipeline and its layout.
| VkPipeline handle |
The internal pipeline handle.
| VkPipelineLayout pipeline_layout |
The pipeline layout.
| u32 supported_topology_types |
Indicates the topology types used by this pipeline. See primitive_topology_type.