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

Public Attributes | |
| VkStructureType | sType |
| const void * | pNext |
| VkPipelineLayoutCreateFlags | flags |
| uint32_t | setLayoutCount |
| const VkDescriptorSetLayout * | pSetLayouts |
| uint32_t | pushConstantRangeCount |
| const VkPushConstantRange * | pPushConstantRanges |
| VkPipelineLayoutCreateFlags VkPipelineLayoutCreateInfo::flags |
Definition at line 16646 of file vulkan.h.
Referenced by vkd3d_create_pipeline_layout(), and wined3d_context_vk_get_pipeline_layout().
Definition at line 16645 of file vulkan.h.
Referenced by vkd3d_create_pipeline_layout(), and wined3d_context_vk_get_pipeline_layout().
| const VkPushConstantRange* VkPipelineLayoutCreateInfo::pPushConstantRanges |
Definition at line 16650 of file vulkan.h.
Referenced by vkd3d_create_pipeline_layout(), and wined3d_context_vk_get_pipeline_layout().
| const VkDescriptorSetLayout* VkPipelineLayoutCreateInfo::pSetLayouts |
Definition at line 16648 of file vulkan.h.
Referenced by vkd3d_create_pipeline_layout(), and wined3d_context_vk_get_pipeline_layout().
| uint32_t VkPipelineLayoutCreateInfo::pushConstantRangeCount |
Definition at line 16649 of file vulkan.h.
Referenced by vkd3d_create_pipeline_layout(), and wined3d_context_vk_get_pipeline_layout().
| uint32_t VkPipelineLayoutCreateInfo::setLayoutCount |
Definition at line 16647 of file vulkan.h.
Referenced by vkd3d_create_pipeline_layout(), and wined3d_context_vk_get_pipeline_layout().
| VkStructureType VkPipelineLayoutCreateInfo::sType |
Definition at line 16644 of file vulkan.h.
Referenced by vkd3d_create_pipeline_layout(), and wined3d_context_vk_get_pipeline_layout().