【add】主入口初始化
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using UnityEngine.Rendering;
|
||||
|
||||
namespace EPOOutline
|
||||
{
|
||||
public interface IUnderlyingBufferProvider
|
||||
{
|
||||
CommandBuffer UnderlyingBuffer { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user