Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    ResourceGroup Class

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

    Contains resources and a constant buffer, that usually change at a given frequency.

    System.Object → ResourceGroup
    Derived from ResourceGroup:

    public class ResourceGroup
    Name Description
    Fields
    ConstantBuffer

    Constant buffer.

    DescriptorSet

    Resources.

    | Improve this Doc View Source

    Fields


    ConstantBuffer

    Constant buffer.

    public BufferPoolAllocationResult ConstantBuffer
    Field Value
    Type Description
    BufferPoolAllocationResult

    DescriptorSet

    Resources.

    public DescriptorSet DescriptorSet
    Field Value
    Type Description
    DescriptorSet

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    LogicalGroupExtensions.UpdateLogicalGroup(ResourceGroup, ref LogicalGroup, ParameterCollection, Int32, Int32)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation