Files
GhostEngine/src/Runtime/Ghost.Graphics.RHI/ICommandAllocator.cs
2026-02-24 20:08:26 +09:00

7 lines
102 B
C#

namespace Ghost.Graphics.RHI;
public interface ICommandAllocator : IDisposable
{
void Reset();
}