7 lines
102 B
C#
7 lines
102 B
C#
namespace Ghost.Graphics.RHI;
|
|
|
|
public interface ICommandAllocator : IDisposable
|
|
{
|
|
void Reset();
|
|
}
|