Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IPreprocessShaders

Implement this interface to receive a callback before a shader is compiled.
Read time 1 minuteLast updated 6 days ago

Definition

public interface IPreprocessShaders : IOrderedCallback

Remarks

For more information about build callbacks, refer to Use build callbacks.

Methods

Method

Description

OnProcessShaderImplement this interface to receive a callback before a shader snippet is compiled.

Inheritance