Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    VertexHelper.VertexTransformResult Struct

    Namespace: Stride.Graphics
    Assembly: Stride.Graphics.dll

    Result of a vertex buffer transform.

    public struct VertexTransformResult
    Name Description
    Constructors
    VertexTransformResult(VertexDeclaration, Byte[])

    Initializes a new instance of the VertexHelper.VertexTransformResult struct.

    Fields
    Layout

    The new layout of the vertex buffer.

    VertexBuffer

    The vertex buffer.

    | Improve this Doc View Source

    Constructors


    VertexTransformResult(VertexDeclaration, Byte[])

    Initializes a new instance of the VertexHelper.VertexTransformResult struct.

    public VertexTransformResult(VertexDeclaration layout, byte[] vertexBuffer)
    Parameters
    Type Name Description
    VertexDeclaration layout

    The layout.

    System.Byte[] vertexBuffer

    The vertex buffer.

    | Improve this Doc View Source

    Fields


    Layout

    The new layout of the vertex buffer.

    public readonly VertexDeclaration Layout
    Field Value
    Type Description
    VertexDeclaration

    VertexBuffer

    The vertex buffer.

    public readonly byte[] VertexBuffer
    Field Value
    Type Description
    System.Byte[]

    Inherited Members

    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation