Class VkPipelineTessellationStateCreateInfo

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPipelineTessellationStateCreateInfo extends Struct<VkPipelineTessellationStateCreateInfo> implements NativeResource
struct VkPipelineTessellationStateCreateInfo {
    VkStructureType sType;
    void const * pNext;
    VkPipelineTessellationStateCreateFlags flags;
    uint32_t patchControlPoints;
}