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