mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-12 06:08:30 +09:00
[Feat] (MG_Util/Converter): Implement ConvertGLEnumToString.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
namespace MobileGL {
|
||||
namespace MG_Util {
|
||||
std::string ConvertGLEnumToString(GLenum value);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user