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

Public Attributes | |
| VkStructureType | sType |
| const void * | pNext |
| VkPipelineInputAssemblyStateCreateFlags | flags |
| VkPrimitiveTopology | topology |
| VkBool32 | primitiveRestartEnable |
| VkPipelineInputAssemblyStateCreateFlags VkPipelineInputAssemblyStateCreateInfo::flags |
Definition at line 13216 of file vulkan.h.
Referenced by d3d12_pipeline_state_get_or_create_pipeline().
Definition at line 13215 of file vulkan.h.
Referenced by d3d12_pipeline_state_get_or_create_pipeline().
| VkBool32 VkPipelineInputAssemblyStateCreateInfo::primitiveRestartEnable |
Definition at line 13218 of file vulkan.h.
Referenced by d3d12_pipeline_state_get_or_create_pipeline().
| VkStructureType VkPipelineInputAssemblyStateCreateInfo::sType |
Definition at line 13214 of file vulkan.h.
Referenced by d3d12_pipeline_state_get_or_create_pipeline().
| VkPrimitiveTopology VkPipelineInputAssemblyStateCreateInfo::topology |
Definition at line 13217 of file vulkan.h.
Referenced by d3d12_pipeline_state_get_or_create_pipeline().