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

Public Attributes | |
| VkStructureType | sType |
| const void * | pNext |
| VkDescriptorSetLayoutCreateFlags | flags |
| uint32_t | bindingCount |
| const VkDescriptorSetLayoutBinding * | pBindings |
| uint32_t VkDescriptorSetLayoutCreateInfo::bindingCount |
Definition at line 8323 of file vulkan.h.
Referenced by vkd3d_create_descriptor_set_layout(), vkd3d_create_vk_descriptor_heap_layout(), and wined3d_context_vk_create_vk_descriptor_set_layout().
| VkDescriptorSetLayoutCreateFlags VkDescriptorSetLayoutCreateInfo::flags |
Definition at line 8322 of file vulkan.h.
Referenced by vkd3d_create_descriptor_set_layout(), vkd3d_create_vk_descriptor_heap_layout(), and wined3d_context_vk_create_vk_descriptor_set_layout().
| const VkDescriptorSetLayoutBinding* VkDescriptorSetLayoutCreateInfo::pBindings |
Definition at line 8324 of file vulkan.h.
Referenced by vkd3d_create_descriptor_set_layout(), vkd3d_create_vk_descriptor_heap_layout(), and wined3d_context_vk_create_vk_descriptor_set_layout().
Definition at line 8321 of file vulkan.h.
Referenced by vkd3d_create_descriptor_set_layout(), vkd3d_create_vk_descriptor_heap_layout(), and wined3d_context_vk_create_vk_descriptor_set_layout().
| VkStructureType VkDescriptorSetLayoutCreateInfo::sType |
Definition at line 8320 of file vulkan.h.
Referenced by vkd3d_create_descriptor_set_layout(), vkd3d_create_vk_descriptor_heap_layout(), and wined3d_context_vk_create_vk_descriptor_set_layout().