Search Results for

    Show / Hide Table of Contents

    Method FindActiveModules

    FindActiveModules(ModularShader, Dictionary<String, Int32>)

    Find all active modules inside a specified shader.

    Declaration
    public static List<ShaderModule> FindActiveModules(ModularShader shader, Dictionary<string, int> activeEnablers)
    Parameters
    Type Name Description
    ModularShader shader

    Modular shader to check

    Dictionary<String, Int32> activeEnablers

    Dictionary of active Property Enablers

    Returns
    Type Description
    List<ShaderModule>

    A list of active ShaderModule inside this shader

    In This Article
    Back to top Copyright © VRLabs.
    Generated by DocFX