Interface VulkanPipelineTessellationStateCreateInfoType
- All Known Implementing Classes:
VulkanPipelineTessellationStateCreateInfo
@Immutable
public interface VulkanPipelineTessellationStateCreateInfoType
Structure specifying parameters of a newly created pipeline tessellation state.
- See Also:
-
Method Summary
-
Method Details
-
flags
- Returns:
- Creation flags
-
patchControlPoints
@Default default int patchControlPoints()- Returns:
- The number of control points per patch.
-