wined3d: Clarify OpenGL error codes.
This commit is contained in:
parent
4189a89d41
commit
e37755b60c
|
@ -248,7 +248,7 @@ extern int num_lock;
|
|||
TRACE("%s call ok %s / %d\n", A, __FILE__, __LINE__); \
|
||||
\
|
||||
} else do { \
|
||||
FIXME(">>>>>>>>>>>>>>>>> %x from %s @ %s / %d\n", \
|
||||
FIXME(">>>>>>>>>>>>>>>>> %#x from %s @ %s / %d\n", \
|
||||
err, A, __FILE__, __LINE__); \
|
||||
err = glGetError(); \
|
||||
} while (err != GL_NO_ERROR); \
|
||||
|
@ -332,7 +332,7 @@ extern const float identity[16];
|
|||
VTRACE(("%s call ok %s / %d\n", A, __FILE__, __LINE__)); \
|
||||
\
|
||||
} else do { \
|
||||
FIXME(">>>>>>>>>>>>>>>>> %x from %s @ %s / %d\n", \
|
||||
FIXME(">>>>>>>>>>>>>>>>> %#x from %s @ %s / %d\n", \
|
||||
err, A, __FILE__, __LINE__); \
|
||||
err = glGetError(); \
|
||||
} while (err != GL_NO_ERROR); \
|
||||
|
|
Loading…
Reference in New Issue