Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    IShaderMixinBuilder Interface

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

    Interface to be implemented for dynamic mixin generation.

    public interface IShaderMixinBuilder
    Name Description
    Methods
    Generate(ShaderMixinSource, ShaderMixinContext)

    Generates a mixin.

    | Improve this Doc View Source

    Methods


    Generate(ShaderMixinSource, ShaderMixinContext)

    Generates a mixin.

    void Generate(ShaderMixinSource mixinTree, ShaderMixinContext context)
    Parameters
    Type Name Description
    ShaderMixinSource mixinTree

    The mixin tree.

    ShaderMixinContext context

    The context.


    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