IPreprocessShaders
Implement this interface to receive a callback before a shader is compiled.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Interface
- Namespace: UnityEditor.Build
- Assembly: UnityEditor.CoreModule
public interface IPreprocessShaders : IOrderedCallback
Methods
Method | Description |
|---|---|
| OnProcessShader | Implement this interface to receive a callback before a shader snippet is compiled. |