|
ReactOS 0.4.17-dev-934-g091855f
|
#include <vulkan.h>

Public Attributes | |
| VkStructureType | sType |
| const void * | pNext |
| VkDescriptorPoolCreateFlags | flags |
| uint32_t | maxSets |
| uint32_t | poolSizeCount |
| const VkDescriptorPoolSize * | pPoolSizes |
| VkDescriptorPoolCreateFlags VkDescriptorPoolCreateInfo::flags |
Definition at line 16192 of file vulkan.h.
Referenced by d3d12_command_allocator_allocate_descriptor_pool(), d3d12_descriptor_heap_create_descriptor_pool(), and wined3d_context_vk_create_vk_descriptor_pool().
| uint32_t VkDescriptorPoolCreateInfo::maxSets |
Definition at line 16193 of file vulkan.h.
Referenced by d3d12_command_allocator_allocate_descriptor_pool(), d3d12_descriptor_heap_create_descriptor_pool(), and wined3d_context_vk_create_vk_descriptor_pool().
Definition at line 16191 of file vulkan.h.
Referenced by d3d12_command_allocator_allocate_descriptor_pool(), d3d12_descriptor_heap_create_descriptor_pool(), and wined3d_context_vk_create_vk_descriptor_pool().
| uint32_t VkDescriptorPoolCreateInfo::poolSizeCount |
Definition at line 16194 of file vulkan.h.
Referenced by d3d12_command_allocator_allocate_descriptor_pool(), d3d12_descriptor_heap_create_descriptor_pool(), and wined3d_context_vk_create_vk_descriptor_pool().
| const VkDescriptorPoolSize* VkDescriptorPoolCreateInfo::pPoolSizes |
Definition at line 16195 of file vulkan.h.
Referenced by d3d12_command_allocator_allocate_descriptor_pool(), d3d12_descriptor_heap_create_descriptor_pool(), and wined3d_context_vk_create_vk_descriptor_pool().
| VkStructureType VkDescriptorPoolCreateInfo::sType |
Definition at line 16190 of file vulkan.h.
Referenced by d3d12_command_allocator_allocate_descriptor_pool(), d3d12_descriptor_heap_create_descriptor_pool(), and wined3d_context_vk_create_vk_descriptor_pool().