9 lines
164 B
C#
9 lines
164 B
C#
using UnityEngine.Rendering;
|
|
|
|
namespace EPOOutline
|
|
{
|
|
public interface IUnderlyingBufferProvider
|
|
{
|
|
CommandBuffer UnderlyingBuffer { get; }
|
|
}
|
|
} |