Search Results for

    Show / Hide Table of Contents

    Class PrimitiveTopologyExtensions

    Primitive topology extensions.

    Inheritance
    object
    PrimitiveTopologyExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Evergine.Common.Graphics
    Assembly: Evergine.Common.dll
    Syntax
    public static class PrimitiveTopologyExtensions

    Methods

    ControlPoints(PrimitiveTopology, int)

    Interpret the vertex data as a patch list.

    Declaration
    public static PrimitiveTopology ControlPoints(this PrimitiveTopology topology, int points)
    Parameters
    Type Name Description
    PrimitiveTopology topology

    The primitive topology.

    int points

    Number of control points. Valid range 1 - 32.

    Returns
    Type Description
    PrimitiveTopology

    The result primitive topology.

    In This Article
    Back to top
    Generated by DocFX