Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    IVertexStreamDefinition Interface

    Namespace: Stride.Rendering.Materials.ComputeColors
    Assembly: Stride.Rendering.dll

    Definition of a stream. e.g COLOR0, COLOR1...etc.

    public interface IVertexStreamDefinition
    Name Description
    Methods
    GetSemanticName()

    Gets the name of the semantic.

    GetSemanticNameHash()

    Gets the hash code of the semantic name.

    | Improve this Doc View Source

    Methods


    GetSemanticName()

    Gets the name of the semantic.

    string GetSemanticName()
    Returns
    Type Description
    System.String

    A string with the name of the stream semantic.


    GetSemanticNameHash()

    Gets the hash code of the semantic name.

    int GetSemanticNameHash()
    Returns
    Type Description
    System.Int32

    An int with the hash code of the semantic name.


    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