Add URP render pass API parity shims
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
|
||||
namespace XCEngine.Rendering.Universal
|
||||
{
|
||||
[Flags]
|
||||
public enum ScriptableRenderPassInput
|
||||
{
|
||||
None = 0,
|
||||
Depth = 1,
|
||||
Normal = 2,
|
||||
Color = 4,
|
||||
Motion = 8
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user