Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    MutablePipelineState Class

    Namespace: Stride.Graphics
    Assembly: Stride.Graphics.dll
    System.Object → MutablePipelineState
    Derived from MutablePipelineState:

    public class MutablePipelineState
    Name Description
    Constructors
    MutablePipelineState(GraphicsDevice)
    Fields
    CurrentState

    Current compiled state.

    State
    Methods
    Update()

    Determine and updates CurrentState from State.

    | Improve this Doc View Source

    Constructors


    MutablePipelineState(GraphicsDevice)

    public MutablePipelineState(GraphicsDevice graphicsDevice)
    Parameters
    Type Name Description
    GraphicsDevice graphicsDevice
    | Improve this Doc View Source

    Fields


    CurrentState

    Current compiled state.

    public PipelineState CurrentState
    Field Value
    Type Description
    PipelineState

    State

    public PipelineStateDescription State
    Field Value
    Type Description
    PipelineStateDescription
    | Improve this Doc View Source

    Methods


    Update()

    Determine and updates CurrentState from State.

    public void Update()

    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