Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    GraphicsResourceAllocator.QueryPoolDescription Struct

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

    protected struct QueryPoolDescription : IEquatable<GraphicsResourceAllocator.QueryPoolDescription>
    Name Description
    Constructors
    QueryPoolDescription(QueryType, Int32)
    Fields
    QueryCount
    QueryType
    Methods
    Equals(GraphicsResourceAllocator.QueryPoolDescription)
    Equals(Object)
    GetHashCode()
    Operators
    Equality(GraphicsResourceAllocator.QueryPoolDescription, GraphicsResourceAllocator.QueryPoolDescription)
    Inequality(GraphicsResourceAllocator.QueryPoolDescription, GraphicsResourceAllocator.QueryPoolDescription)
    | Improve this Doc View Source

    Constructors


    QueryPoolDescription(QueryType, Int32)

    public QueryPoolDescription(QueryType queryType, int queryCount)
    Parameters
    Type Name Description
    QueryType queryType
    System.Int32 queryCount
    | Improve this Doc View Source

    Fields


    QueryCount

    public int QueryCount
    Field Value
    Type Description
    System.Int32

    QueryType

    public QueryType QueryType
    Field Value
    Type Description
    QueryType
    | Improve this Doc View Source

    Methods


    Equals(GraphicsResourceAllocator.QueryPoolDescription)

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

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

    Inequality(GraphicsResourceAllocator.QueryPoolDescription, GraphicsResourceAllocator.QueryPoolDescription)

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