Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    IShaderMixinBuilderExtended Interface

    Namespace: Stride.Shaders
    Assembly: Stride.Shaders.dll

    Extension of IShaderMixinBuilder that provides keys and mixin informations.

    public interface IShaderMixinBuilderExtended : IShaderMixinBuilder
    Name Description
    Properties
    Keys

    Gets an array of ParameterKey used by this mixin.

    Mixins

    Gets the shaders/mixins used by this mixin.

    | Improve this Doc View Source

    Properties


    Keys

    Gets an array of ParameterKey used by this mixin.

    ParameterKey[] Keys { get; }
    Property Value
    Type Description
    ParameterKey[]

    The keys.


    Mixins

    Gets the shaders/mixins used by this mixin.

    string[] Mixins { get; }
    Property Value
    Type Description
    System.String[]

    The mixins.


    Inherited Members

    IShaderMixinBuilder.Generate(ShaderMixinSource, ShaderMixinContext)

    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