blob: 564e35d68d0a95f3ee7769869cf5d074d4e30ce5 [file] [log] [blame]
// 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;
----