mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-11 05:38:31 +09:00
9 lines
214 B
C++
9 lines
214 B
C++
#pragma once
|
|
|
|
namespace MobileGL {
|
|
namespace MG_Impl::GLImpl {
|
|
const GLubyte* GetString(GLenum name);
|
|
const GLubyte* GetStringi(GLenum name, GLuint index);
|
|
void GetIntegerv(GLenum pname, GLint* params);
|
|
}
|
|
} |