UnityPointCloudViewer icon indicating copy to clipboard operation
UnityPointCloudViewer copied to clipboard

Add SPR Batcher support

Open unitycoder opened this issue 2 years ago • 0 comments

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.

https://docs.unity3d.com/Manual/SRPBatcher.html

unitycoder avatar Jan 21 '23 10:01 unitycoder