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

Methods

Method

Description

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

Inheritance