Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    DescriptorTypeCount Struct

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

    Describes how many descriptor of a specific type will need to be allocated in a DescriptorPool.

    public struct DescriptorTypeCount
    Name Description
    Constructors
    DescriptorTypeCount(EffectParameterClass, Int32)
    Fields
    Count
    Type
    | Improve this Doc View Source

    Constructors


    DescriptorTypeCount(EffectParameterClass, Int32)

    public DescriptorTypeCount(EffectParameterClass type, int count)
    Parameters
    Type Name Description
    EffectParameterClass type
    System.Int32 count
    | Improve this Doc View Source

    Fields


    Count

    public int Count
    Field Value
    Type Description
    System.Int32

    Type

    public EffectParameterClass Type
    Field Value
    Type Description
    EffectParameterClass

    Inherited Members

    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    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