mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-08 20:28:32 +09:00
[Misc] more GLenum to string
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ namespace MG_Global {
|
||||
}
|
||||
|
||||
namespace Common {
|
||||
inline const int LogLevel = MG_Constants::Common::LOG_LEVEL_INFO;
|
||||
inline const int LogLevel = MG_Constants::Common::LOG_LEVEL_DEBUG;
|
||||
|
||||
#ifdef __ANDROID__
|
||||
inline const char* LOG_FILE_PATH = "/sdcard/MG/latest.log";
|
||||
|
||||
@@ -1206,6 +1206,12 @@ void Log##name(const char* format, ...) { \
|
||||
CASE(GL_DOT3_RGBA)
|
||||
/* texture_border_clamp */
|
||||
CASE(GL_CLAMP_TO_BORDER)
|
||||
/* framebuffer_status */
|
||||
CASE(GL_FRAMEBUFFER_COMPLETE)
|
||||
CASE(GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT)
|
||||
CASE(GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT)
|
||||
CASE(GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS)
|
||||
CASE(GL_FRAMEBUFFER_UNSUPPORTED)
|
||||
/*
|
||||
* Miscellaneous
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user