[Feat] (MG_Util/Metrics): GetGLTypeSize

This commit is contained in:
2025-08-22 17:29:25 +08:00
parent 2be194c147
commit 7a7f6a0533
5 changed files with 136 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
//
// Created by Swung0x48 on 2025/8/22.
//
#ifndef BUFFERMETRICS_H
#define BUFFERMETRICS_H
#include <Includes.h>
namespace MobileGL {
namespace MG_Util {
SizeT GetGLTypeSize(GLenum type);
}
}
#endif //BUFFERMETRICS_H