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

Public Member Functions | |
| VkDescriptorPool | WINE_VK_ALIGN (8) descriptorPool |
Public Attributes | |
| VkStructureType | sType |
| const void * | pNext |
| uint32_t | descriptorSetCount |
| const VkDescriptorSetLayout * | pSetLayouts |
| VkDescriptorPool VkDescriptorSetAllocateInfo::WINE_VK_ALIGN | ( | 8 | ) |
| uint32_t VkDescriptorSetAllocateInfo::descriptorSetCount |
Definition at line 8288 of file vulkan.h.
Referenced by d3d12_command_allocator_allocate_descriptor_set(), d3d12_descriptor_heap_create_descriptor_set(), and wined3d_context_vk_create_vk_descriptor_set().
Definition at line 8286 of file vulkan.h.
Referenced by d3d12_command_allocator_allocate_descriptor_set(), d3d12_descriptor_heap_create_descriptor_set(), and wined3d_context_vk_create_vk_descriptor_set().
| const VkDescriptorSetLayout* VkDescriptorSetAllocateInfo::pSetLayouts |
Definition at line 8289 of file vulkan.h.
Referenced by d3d12_command_allocator_allocate_descriptor_set(), d3d12_descriptor_heap_create_descriptor_set(), and wined3d_context_vk_create_vk_descriptor_set().
| VkStructureType VkDescriptorSetAllocateInfo::sType |
Definition at line 8285 of file vulkan.h.
Referenced by d3d12_command_allocator_allocate_descriptor_set(), d3d12_descriptor_heap_create_descriptor_set(), and wined3d_context_vk_create_vk_descriptor_set().