docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IShaderExecutor<T>

    Interface for shader executors

    Namespace: UnityEngine.TestTools.Graphics.Shaders
    Assembly: UnityEditor.TestTools.Graphics.dll
    Syntax
    public interface IShaderExecutor<out T>
    Type Parameters
    Name Description
    T

    The type of the shader result data

    Methods

    ExecuteShader(ShaderHandle)

    Executes the given shader and returns the result

    Declaration
    T ExecuteShader(ShaderHandle shader)
    Parameters
    Type Name Description
    ShaderHandle shader

    The handle to the shader to execute

    Returns
    Type Description
    T

    The shader execution result data

    In This Article
    Back to top
    Copyright © 2026 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)