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

Public Member Functions | |
| VkPipelineShaderStageCreateInfo | WINE_VK_ALIGN (8) stage |
| VkPipelineLayout | WINE_VK_ALIGN (8) layout |
| VkPipeline | WINE_VK_ALIGN (8) basePipelineHandle |
Public Attributes | |
| VkStructureType | sType |
| const void * | pNext |
| VkPipelineCreateFlags | flags |
| int32_t | basePipelineIndex |
| VkPipeline VkComputePipelineCreateInfo::WINE_VK_ALIGN | ( | 8 | ) |
| VkPipelineLayout VkComputePipelineCreateInfo::WINE_VK_ALIGN | ( | 8 | ) |
| VkPipelineShaderStageCreateInfo VkComputePipelineCreateInfo::WINE_VK_ALIGN | ( | 8 | ) |
| int32_t VkComputePipelineCreateInfo::basePipelineIndex |
Definition at line 17589 of file vulkan.h.
Referenced by create_uav_pipeline(), shader_spirv_find_compute_program_vk(), and vkd3d_create_compute_pipeline().
| VkPipelineCreateFlags VkComputePipelineCreateInfo::flags |
Definition at line 17585 of file vulkan.h.
Referenced by create_uav_pipeline(), shader_spirv_find_compute_program_vk(), and vkd3d_create_compute_pipeline().
Definition at line 17584 of file vulkan.h.
Referenced by create_uav_pipeline(), shader_spirv_find_compute_program_vk(), and vkd3d_create_compute_pipeline().
| VkStructureType VkComputePipelineCreateInfo::sType |
Definition at line 17583 of file vulkan.h.
Referenced by create_uav_pipeline(), shader_spirv_find_compute_program_vk(), and vkd3d_create_compute_pipeline().