SDL  2.0
VkShaderModuleCreateInfo Struct Reference

#include <vulkan_core.h>

Data Fields

VkStructureType sType
 
const voidpNext
 
VkShaderModuleCreateFlags flags
 
size_t codeSize
 
const uint32_tpCode
 

Detailed Description

Definition at line 2268 of file vulkan_core.h.

Field Documentation

◆ codeSize

size_t VkShaderModuleCreateInfo::codeSize

Definition at line 2272 of file vulkan_core.h.

◆ flags

VkShaderModuleCreateFlags VkShaderModuleCreateInfo::flags

Definition at line 2271 of file vulkan_core.h.

◆ pCode

const uint32_t* VkShaderModuleCreateInfo::pCode

Definition at line 2273 of file vulkan_core.h.

◆ pNext

const void* VkShaderModuleCreateInfo::pNext

Definition at line 2270 of file vulkan_core.h.

◆ sType

VkStructureType VkShaderModuleCreateInfo::sType

Definition at line 2269 of file vulkan_core.h.


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