AssemblyInfo.cs 290 B

1234567
  1. using System.Runtime.CompilerServices;
  2. #if ENABLE_HYBRID_RENDERER_V2 && !HYBRID_0_6_0_OR_NEWER
  3. #error Core SRP 10.0.0 or newer with Hybrid Renderer V2 requires at least version 0.6.0 of com.unity.rendering.hybrid
  4. #endif
  5. [assembly: InternalsVisibleTo("Unity.RenderPipelines.Core.Editor")]