ShengShiRendererFeature.cs 404 B

12345678910111213141516
  1. // using System.Collections;
  2. // using System.Collections.Generic;
  3. // using UnityEngine;
  4. // using UnityEngine.Rendering.Universal;
  5. //
  6. // public class ShengShiRendererFeature : ScriptableRendererFeature
  7. // {
  8. // public override void Create()
  9. // {
  10. //
  11. // }
  12. //
  13. // public override void AddRenderPasses(ScriptableRenderer renderer, ref RenderingData renderingData)
  14. // {
  15. // }
  16. // }