Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- using UnityEngine.Rendering;
- using UnityEngine.Rendering.RenderGraphModule;
- public class TransferTexture : ContextItem
- {
- public TextureHandle Value;
- public override void Reset()
- {
- Value = TextureHandle.nullHandle;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement