[Feat] (Diligent): Add Diligent Vulkan backend.

This commit is contained in:
BZLZHH
2025-05-25 11:46:38 +08:00
parent 604482d55c
commit 2466897531
6 changed files with 64 additions and 18 deletions
@@ -0,0 +1,10 @@
//
// Created by BZLZHH on 2025/5/25.
//
#pragma once
#include "../../../../Includes.h"
namespace MG_EGL::Diligent {
inline const int DILIGENT_BACKEND_TYPE = MG_Constants::Backend::BACKEND_DILIGENT_VULKAN;
}