Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
VkShaderModuleCreateInfo Struct Reference

#include <vulkan_core.h>

Public Attributes

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

Detailed Description

Definition at line 3477 of file vulkan_core.h.

Member Data Documentation

◆ codeSize

size_t VkShaderModuleCreateInfo::codeSize

Definition at line 3481 of file vulkan_core.h.

◆ flags

VkShaderModuleCreateFlags VkShaderModuleCreateInfo::flags

Definition at line 3480 of file vulkan_core.h.

◆ pCode

const uint32_t* VkShaderModuleCreateInfo::pCode

Definition at line 3482 of file vulkan_core.h.

◆ pNext

const void* VkShaderModuleCreateInfo::pNext

Definition at line 3479 of file vulkan_core.h.

◆ sType

VkStructureType VkShaderModuleCreateInfo::sType

Definition at line 3478 of file vulkan_core.h.


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