mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-07 19:58:32 +09:00
9 lines
174 B
C++
9 lines
174 B
C++
//
|
|
// Created by BZLZHH on 2025/5/25.
|
|
//
|
|
|
|
#pragma once
|
|
|
|
namespace MG_Diligent {
|
|
inline const int DILIGENT_BACKEND_TYPE = MG_Constants::Backend::BACKEND_DILIGENT_VULKAN;
|
|
} |