Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    IMaterialShaderGenerator Interface

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

    Defines the interface to generate the shaders for a IMaterialFeature

    public interface IMaterialShaderGenerator
    Name Description
    Methods
    Visit(MaterialGeneratorContext)

    Generates the shader.

    | Improve this Doc View Source

    Methods


    Visit(MaterialGeneratorContext)

    Generates the shader.

    void Visit(MaterialGeneratorContext context)
    Parameters
    Type Name Description
    MaterialGeneratorContext 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