Rename the RHI.

This commit is contained in:
Skyth
2024-11-30 18:03:30 +03:00
parent 63b8a1e130
commit 1a53a3b463
11 changed files with 70 additions and 28 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ extern "C"
__declspec(dllexport) int AmdPowerXpressRequestHighPerformance = 1;
}
namespace RT64
namespace plume
{
extern std::unique_ptr<RenderInterface> CreateD3D12Interface();
extern std::unique_ptr<RenderInterface> CreateVulkanInterface();