Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    RenderTargetDescription Struct

    Namespace: Stride.Rendering.Compositing
    Assembly: Stride.Rendering.dll

    public struct RenderTargetDescription : IEquatable<RenderTargetDescription>
    Name Description
    Fields
    Format
    Semantic
    Methods
    Equals(RenderTargetDescription)
    Equals(Object)
    GetHashCode()
    Operators
    Equality(RenderTargetDescription, RenderTargetDescription)
    Inequality(RenderTargetDescription, RenderTargetDescription)
    | Improve this Doc View Source

    Fields


    Format

    public PixelFormat Format
    Field Value
    Type Description
    PixelFormat

    Semantic

    public IRenderTargetSemantic Semantic
    Field Value
    Type Description
    IRenderTargetSemantic
    | Improve this Doc View Source

    Methods


    Equals(RenderTargetDescription)

    public bool Equals(RenderTargetDescription other)
    Parameters
    Type Name Description
    RenderTargetDescription 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(RenderTargetDescription, RenderTargetDescription)

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

    Inequality(RenderTargetDescription, RenderTargetDescription)

    public static bool operator !=(RenderTargetDescription left, RenderTargetDescription right)
    Parameters
    Type Name Description
    RenderTargetDescription left
    RenderTargetDescription 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