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

#include <vulkan_core.h>

Public Attributes

VkStructureType sType
 
const void * pNext
 
VkDescriptorPoolCreateFlags flags
 
uint32_t maxSets
 
uint32_t poolSizeCount
 
const VkDescriptorPoolSizepPoolSizes
 

Detailed Description

Definition at line 3754 of file vulkan_core.h.

Member Data Documentation

◆ flags

VkDescriptorPoolCreateFlags VkDescriptorPoolCreateInfo::flags

Definition at line 3757 of file vulkan_core.h.

◆ maxSets

uint32_t VkDescriptorPoolCreateInfo::maxSets

Definition at line 3758 of file vulkan_core.h.

◆ pNext

const void* VkDescriptorPoolCreateInfo::pNext

Definition at line 3756 of file vulkan_core.h.

◆ poolSizeCount

uint32_t VkDescriptorPoolCreateInfo::poolSizeCount

Definition at line 3759 of file vulkan_core.h.

◆ pPoolSizes

const VkDescriptorPoolSize* VkDescriptorPoolCreateInfo::pPoolSizes

Definition at line 3760 of file vulkan_core.h.

◆ sType

VkStructureType VkDescriptorPoolCreateInfo::sType

Definition at line 3755 of file vulkan_core.h.


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