namespace UnityEngine.Rendering { /// /// Interface to identify additional data components /// public interface IAdditionalData { } }