mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-08 20:28:32 +09:00
10 lines
208 B
C++
10 lines
208 B
C++
//
|
|
// Created by BZLZHH on 2025/5/25.
|
|
//
|
|
|
|
#pragma once
|
|
#include "../../../../Includes.h"
|
|
|
|
namespace MG_Diligent {
|
|
inline const int DILIGENT_BACKEND_TYPE = MG_Constants::Backend::BACKEND_DILIGENT_VULKAN;
|
|
} |