Interface VulkanPipelineInputAssemblyStateCreateInfoType
- All Known Implementing Classes:
VulkanPipelineInputAssemblyStateCreateInfo
@Immutable
public interface VulkanPipelineInputAssemblyStateCreateInfoType
- See Also:
-
Method Details
-
flags
- Returns:
- Flags reserved for future use
-
topology
- Returns:
- The primitive topology
-
primitiveRestartEnable
@Parameter boolean primitiveRestartEnable()- Returns:
trueif a special vertex index value is treated as restarting the assembly of primitives
-