// Copyright (c) 2014-2016 Khronos Group. This work is licensed under a // Creative Commons Attribution 4.0 International License; see // http://creativecommons.org/licenses/by/4.0/ VkPipelineTessellationStateCreateInfo(3) ======================================== Name ---- VkPipelineTessellationStateCreateInfo - Structure specifying parameters of a newly created pipeline tessellation state C Specification --------------- // refBegin VkPipelineTessellationStateCreateInfo - Structure specifying parameters of a newly created pipeline tessellation state The sname:VkPipelineTessellationStateCreateInfo structure is defined as: include::../api/structs/VkPipelineTessellationStateCreateInfo.txt[] Members ------- * pname:sType is the type of this structure. * pname:pNext is `NULL` or a pointer to an extension-specific structure. * pname:flags is reserved for future use. * pname:patchControlPoints number of control points per patch. Description ----------- include::../validity/structs/VkPipelineTessellationStateCreateInfo.txt[] See Also -------- slink:VkGraphicsPipelineCreateInfo, elink:VkPipelineTessellationStateCreateFlags, elink:VkStructureType Document Notes -------------- For more information, see the Vulkan Specification at URL https://www.khronos.org/registry/vulkan/specs/1.0/xhtml/vkspec.html#VkPipelineTessellationStateCreateInfo This page is extracted from the Vulkan Specification. Fixes and changes should be made to the Specification,not directly. include::footer.txt[]