Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
VkShaderModuleCreateInfo Struct Reference

#include <vulkan_core.h>

Data Fields

VkStructureType sType
 
const void * pNext
 
VkShaderModuleCreateFlags flags
 
size_t codeSize
 
const uint32_t * pCode
 

Detailed Description

Definition at line 3514 of file vulkan_core.h.

Field Documentation

◆ codeSize

size_t VkShaderModuleCreateInfo::codeSize

Definition at line 3518 of file vulkan_core.h.

◆ flags

VkShaderModuleCreateFlags VkShaderModuleCreateInfo::flags

Definition at line 3517 of file vulkan_core.h.

◆ pCode

const uint32_t* VkShaderModuleCreateInfo::pCode

Definition at line 3519 of file vulkan_core.h.

◆ pNext

const void* VkShaderModuleCreateInfo::pNext

Definition at line 3516 of file vulkan_core.h.

◆ sType

VkStructureType VkShaderModuleCreateInfo::sType

Definition at line 3515 of file vulkan_core.h.


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