Skip to content

Instantly share code, notes, and snippets.

View EricHu33's full-sized avatar

EricHu EricHu33

View GitHub Profile
@EricHu33
EricHu33 / RenderObjectsPass.cs
Created May 2, 2023 08:10 — forked from wonkee-kim/RenderObjectsPass.cs
Unity URP sample -RenderObjects's RenderPass
using System.Collections.Generic;
using UnityEngine.Rendering.Universal;
using UnityEngine.Rendering;
using UnityEngine.Scripting.APIUpdating;
namespace UnityEngine.Experimental.Rendering.Universal
{
[MovedFrom("UnityEngine.Experimental.Rendering.LWRP")] public class RenderObjectsPass : ScriptableRenderPass
{
RenderQueueType renderQueueType;