struct PipelineTessellationStateCreateInfo
Defined at line 71731 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
wrapper struct for struct VkPipelineTessellationStateCreateInfo, see
https://registry.khronos.org/vulkan/specs/latest/man/html/VkPipelineTessellationStateCreateInfo.html
Public Members
StructureType sType
const void * pNext
Flags flags
uint32_t patchControlPoints
Public Methods
void PipelineTessellationStateCreateInfo (PipelineTessellationStateCreateFlagsflags_,uint32_tpatchControlPoints_,const void *pNext_)
Defined at line 71739 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
void PipelineTessellationStateCreateInfo (const PipelineTessellationStateCreateInfo & rhs)
Defined at line 71748 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
void PipelineTessellationStateCreateInfo (const VkPipelineTessellationStateCreateInfo & rhs)
Defined at line 71750 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
PipelineTessellationStateCreateInfo & operator= (const PipelineTessellationStateCreateInfo & rhs)
Defined at line 71755 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
PipelineTessellationStateCreateInfo & operator= (const VkPipelineTessellationStateCreateInfo & rhs)
Defined at line 71758 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
PipelineTessellationStateCreateInfo & setPNext (const void * pNext_)
Defined at line 71765 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
PipelineTessellationStateCreateInfo && setPNext (const void * pNext_)
Defined at line 71771 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
PipelineTessellationStateCreateInfo & setFlags (PipelineTessellationStateCreateFlags flags_)
Defined at line 71777 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
PipelineTessellationStateCreateInfo && setFlags (PipelineTessellationStateCreateFlags flags_)
Defined at line 71783 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
PipelineTessellationStateCreateInfo & setPatchControlPoints (uint32_t patchControlPoints_)
Defined at line 71789 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
PipelineTessellationStateCreateInfo && setPatchControlPoints (uint32_t patchControlPoints_)
Defined at line 71795 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
const VkPipelineTessellationStateCreateInfo & operator const VkPipelineTessellationStateCreateInfo & ()
Defined at line 71802 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
VkPipelineTessellationStateCreateInfo & operator VkPipelineTessellationStateCreateInfo & ()
Defined at line 71807 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
const VkPipelineTessellationStateCreateInfo * operator const VkPipelineTessellationStateCreateInfo * ()
Defined at line 71812 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
VkPipelineTessellationStateCreateInfo * operator VkPipelineTessellationStateCreateInfo * ()
Defined at line 71817 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
std::strong_ordering operator<=> (const PipelineTessellationStateCreateInfo & )
Defined at line 71830 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp