Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    InputElementDescription Struct

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

    public struct InputElementDescription : IEquatable<InputElementDescription>
    Name Description
    Fields
    AlignedByteOffset
    Format
    InputSlot
    InputSlotClass
    InstanceDataStepRate
    SemanticIndex
    SemanticName
    Methods
    Equals(InputElementDescription)
    Equals(Object)
    GetHashCode()
    Operators
    Equality(InputElementDescription, InputElementDescription)
    Inequality(InputElementDescription, InputElementDescription)
    | Improve this Doc View Source

    Fields


    AlignedByteOffset

    public int AlignedByteOffset
    Field Value
    Type Description
    System.Int32

    Format

    public PixelFormat Format
    Field Value
    Type Description
    PixelFormat

    InputSlot

    public int InputSlot
    Field Value
    Type Description
    System.Int32

    InputSlotClass

    public InputClassification InputSlotClass
    Field Value
    Type Description
    InputClassification

    InstanceDataStepRate

    public int InstanceDataStepRate
    Field Value
    Type Description
    System.Int32

    SemanticIndex

    public int SemanticIndex
    Field Value
    Type Description
    System.Int32

    SemanticName

    public string SemanticName
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    Methods


    Equals(InputElementDescription)

    public bool Equals(InputElementDescription other)
    Parameters
    Type Name Description
    InputElementDescription other
    Returns
    Type Description
    System.Boolean

    Equals(Object)

    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean
    Overrides
    System.ValueType.Equals(System.Object)

    GetHashCode()

    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.ValueType.GetHashCode()
    | Improve this Doc View Source

    Operators


    Equality(InputElementDescription, InputElementDescription)

    public static bool operator ==(InputElementDescription left, InputElementDescription right)
    Parameters
    Type Name Description
    InputElementDescription left
    InputElementDescription right
    Returns
    Type Description
    System.Boolean

    Inequality(InputElementDescription, InputElementDescription)

    public static bool operator !=(InputElementDescription left, InputElementDescription right)
    Parameters
    Type Name Description
    InputElementDescription left
    InputElementDescription right
    Returns
    Type Description
    System.Boolean

    Inherited Members

    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