Migrate rendering from oop to dod
This commit is contained in:
11
Ghost.Graphics/D3D12/D3D12ResourceDatabase.cs
Normal file
11
Ghost.Graphics/D3D12/D3D12ResourceDatabase.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Ghost.Graphics.D3D12;
|
||||
|
||||
internal class D3D12ResourceDatabase
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user