unplugged-vendor/device/generic/vulkan-cereal/protocols/vulkan/api/structs/VkPipelineTessellationStateCreateInfo.txt

12 lines
513 B
Plaintext

// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[VkPipelineTessellationStateCreateInfo,VkPipelineTessellationStateCreateInfo]]
[source,c++]
----
typedef struct VkPipelineTessellationStateCreateInfo {
VkStructureType sType;
const void* pNext;
VkPipelineTessellationStateCreateFlags flags;
uint32_t patchControlPoints;
} VkPipelineTessellationStateCreateInfo;
----