Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    ResourceGroupEntry Struct

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

    public struct ResourceGroupEntry
    Name Description
    Fields
    LastFrameUsed
    Resources
    Methods
    MarkAsUsed(RenderSystem)

    Mark resource group as used during this frame.

    | Improve this Doc View Source

    Fields


    LastFrameUsed

    public int LastFrameUsed
    Field Value
    Type Description
    System.Int32

    Resources

    public ResourceGroup Resources
    Field Value
    Type Description
    ResourceGroup
    | Improve this Doc View Source

    Methods


    MarkAsUsed(RenderSystem)

    Mark resource group as used during this frame.

    public bool MarkAsUsed(RenderSystem renderSystem)
    Parameters
    Type Name Description
    RenderSystem renderSystem
    Returns
    Type Description
    System.Boolean

    True if state changed (object was not mark as used during this frame until now), otherwise false.


    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