Search Results for

    Show / Hide Table of Contents

    Class PrimitiveTopologyExtensions

    Primitive topology extensions.

    Inheritance
    object
    PrimitiveTopologyExtensions
    Namespace: Evergine.Common.Graphics
    Assembly: Evergine.Common.dll
    Syntax
    public static class PrimitiveTopologyExtensions

    Methods

    ControlPoints(PrimitiveTopology, int)

    Interprets 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 resulting primitive topology.

    In this article
    Back to top
    Generated by DocFX