Refactor rendering projects
This commit is contained in:
6
src/Runtime/Ghost.Graphics.RHI/ICommandAllocator.cs
Normal file
6
src/Runtime/Ghost.Graphics.RHI/ICommandAllocator.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Ghost.Graphics.RHI;
|
||||
|
||||
public interface ICommandAllocator : IDisposable
|
||||
{
|
||||
void Reset();
|
||||
}
|
||||
Reference in New Issue
Block a user