Add URP RenderGraph API compatibility surface
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace XCEngine.Rendering
|
||||
{
|
||||
public abstract class ContextItem
|
||||
{
|
||||
public virtual void Reset()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user