OpenGL ES 2.0 / GLSL 1.0
Errors
最終更新:
opengles
-
view
enum GetError( void ); //Returns one of the following:
| INVALID_ENUM | Enum argument out of range |
| INVALID_FRAMEBUFFER_OPERATION | Framebuffer is incomplete |
| INVALID_VALUE | Numeric argument out of range |
| INVALID_OPERATION | Operation illegal in current state |
| OUT_OF_MEMORY | Not enough memory left to execute command |
| NO_ERROR | No error encountered |