Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    VertexBufferBindingExtensions Class

    Namespace: Stride.Graphics
    Assembly: Stride.Graphics.dll
    System.Object → VertexBufferBindingExtensions
    Derived from VertexBufferBindingExtensions:

    public static class VertexBufferBindingExtensions
    Name Description
    Methods
    CreateInputElements(VertexBufferBinding[])
    CreateInputElements(VertexDeclaration)
    | Improve this Doc View Source

    Methods


    CreateInputElements(VertexBufferBinding[])

    public static InputElementDescription[] CreateInputElements(this VertexBufferBinding[] vertexBuffers)
    Parameters
    Type Name Description
    VertexBufferBinding[] vertexBuffers
    Returns
    Type Description
    InputElementDescription[]

    CreateInputElements(VertexDeclaration)

    public static InputElementDescription[] CreateInputElements(this VertexDeclaration vertexDeclaration)
    Parameters
    Type Name Description
    VertexDeclaration vertexDeclaration
    Returns
    Type Description
    InputElementDescription[]

    • Improve this Doc
    • View Source
    In This Article

    Back to top

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