mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-12 06:08:30 +09:00
[Feat] (Diligent): Add Diligent Vulkan backend.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user