-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
For a custom shader to be compatible with the SRP Batcher it must meet the following requirements:
- The shader must declare all built-in engine properties in a single constant buffer named UnityPerDraw. For example, unity_ObjectToWorld, or unity_SHAr.
- The shader must declare all material properties in a single constant buffer named UnityPerMaterial.
Metadata
Metadata
Assignees
Labels
No labels