Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    RenderEffectReflection Class

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

    Describes an effect as used by a RenderNode.

    System.Object → RenderEffectReflection
    Derived from RenderEffectReflection:

    public class RenderEffectReflection
    Name Description
    Fields
    BufferUploader
    DescriptorReflection
    Empty
    FallbackResourceGroupMapping
    FallbackUpdaterLayout
    PerDrawLayout
    PerFrameLayout
    PerFrameResources
    PerViewLayout
    ResourceGroupDescriptions
    RootSignature
    | Improve this Doc View Source

    Fields


    BufferUploader

    public ResourceGroupBufferUploader BufferUploader
    Field Value
    Type Description
    ResourceGroupBufferUploader

    DescriptorReflection

    public EffectDescriptorSetReflection DescriptorReflection
    Field Value
    Type Description
    EffectDescriptorSetReflection

    Empty

    public static readonly RenderEffectReflection Empty
    Field Value
    Type Description
    RenderEffectReflection

    FallbackResourceGroupMapping

    public int[] FallbackResourceGroupMapping
    Field Value
    Type Description
    System.Int32[]

    FallbackUpdaterLayout

    public EffectParameterUpdaterLayout FallbackUpdaterLayout
    Field Value
    Type Description
    EffectParameterUpdaterLayout

    PerDrawLayout

    public RenderSystemResourceGroupLayout PerDrawLayout
    Field Value
    Type Description
    RenderSystemResourceGroupLayout

    PerFrameLayout

    public FrameResourceGroupLayout PerFrameLayout
    Field Value
    Type Description
    FrameResourceGroupLayout

    PerFrameResources

    public ResourceGroup PerFrameResources
    Field Value
    Type Description
    ResourceGroup

    PerViewLayout

    public ViewResourceGroupLayout PerViewLayout
    Field Value
    Type Description
    ViewResourceGroupLayout

    ResourceGroupDescriptions

    public ResourceGroupDescription[] ResourceGroupDescriptions
    Field Value
    Type Description
    ResourceGroupDescription[]

    RootSignature

    public RootSignature RootSignature
    Field Value
    Type Description
    RootSignature

    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