Interface IPreprocessShaders
Inherited Members
Namespace: UnityEditor.Build
Assembly: UnityEditor.dll
Syntax
public interface IPreprocessShaders : IOrderedCallback
Methods
| Improve this Doc View SourceOnProcessShader(Shader, ShaderSnippetData, IList<ShaderCompilerData>)
Declaration
void OnProcessShader(Shader shader, ShaderSnippetData snippet, IList<ShaderCompilerData> data)
Parameters
| Type | Name | Description |
|---|---|---|
| Shader | shader | |
| ShaderSnippetData | snippet | |
| IList<ShaderCompilerData> | data |