mirror of
https://github.com/MobileGL-Dev/MobileGlues.git
synced 2025-09-22 10:42:11 -04:00
fix: fix glClearDepth, fixing bug in JourneyMap
This commit is contained in:
parent
2f4c3c54b6
commit
0e56aa19f2
@ -13,12 +13,10 @@
|
|||||||
#define DEBUG 0
|
#define DEBUG 0
|
||||||
|
|
||||||
GLAPI GLAPIENTRY void glClearDepth(GLclampd depth) {
|
GLAPI GLAPIENTRY void glClearDepth(GLclampd depth) {
|
||||||
LOG();
|
LOG();
|
||||||
glClearDepthf(depth);
|
glClearDepthf(depth);
|
||||||
glClear(GL_DEPTH_BUFFER_BIT);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void glHint(GLenum target, GLenum mode) {
|
void glHint(GLenum target, GLenum mode) {
|
||||||
LOG();
|
LOG();
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user