Table of Contents

Class PrimitiveTypeExtensions

Namespace
Stride.Graphics
Assembly
Stride.Graphics.dll
public static class PrimitiveTypeExtensions
Inheritance
PrimitiveTypeExtensions

Methods

ControlPointCount(PrimitiveType, int)

Interpret the vertex data as a patch list.

public static PrimitiveType ControlPointCount(this PrimitiveType primitiveType, int controlPoints)

Parameters

primitiveType PrimitiveType
controlPoints int

Number of control points. Value must be in the range 1 to 32.

Returns

PrimitiveType