Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    EffectCompilerFactory Class

    Namespace: Stride.Shaders.Compiler
    Assembly: Stride.Engine.dll
    System.Object → EffectCompilerFactory
    Derived from EffectCompilerFactory:

    public static class EffectCompilerFactory
    Name Description
    Methods
    CreateEffectCompiler(IVirtualFileProvider, EffectSystem, String, EffectCompilationMode, Boolean, TaskSchedulerSelector, DatabaseFileProvider)
    | Improve this Doc View Source

    Methods


    CreateEffectCompiler(IVirtualFileProvider, EffectSystem, String, EffectCompilationMode, Boolean, TaskSchedulerSelector, DatabaseFileProvider)

    public static IEffectCompiler CreateEffectCompiler(IVirtualFileProvider fileProvider, EffectSystem effectSystem = null, string packageName = null, EffectCompilationMode effectCompilationMode = EffectCompilationMode.Local, bool recordEffectRequested = false, TaskSchedulerSelector taskSchedulerSelector = null, DatabaseFileProvider database = null)
    Parameters
    Type Name Description
    IVirtualFileProvider fileProvider
    EffectSystem effectSystem
    System.String packageName
    EffectCompilationMode effectCompilationMode
    System.Boolean recordEffectRequested
    TaskSchedulerSelector taskSchedulerSelector
    DatabaseFileProvider database
    Returns
    Type Description
    IEffectCompiler

    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation