Kohi Game Engine
vulkan_shader_stage Struct Reference

Represents a single shader stage. More...

#include <vulkan_types.h>

Data Fields

VkShaderModuleCreateInfo create_info
 The shader module creation info. More...
 
VkShaderModule handle
 The internal shader module handle. More...
 
VkPipelineShaderStageCreateInfo shader_stage_create_info
 The pipeline shader stage creation info. More...
 

Detailed Description

Represents a single shader stage.

Field Documentation

◆ create_info

VkShaderModuleCreateInfo create_info

The shader module creation info.

◆ handle

VkShaderModule handle

The internal shader module handle.

◆ shader_stage_create_info

VkPipelineShaderStageCreateInfo shader_stage_create_info

The pipeline shader stage creation info.


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