mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-21 10:13:43 +03:00
0032720: Coding Rules - rename glext.h to OpenGl_glext.h
This commit is contained in:
parent
8f7159cbaa
commit
4af354e6ed
@ -1,4 +1,4 @@
|
|||||||
glext.h
|
OpenGl_glext.h
|
||||||
OpenGl_khrplatform.h
|
OpenGl_khrplatform.h
|
||||||
OpenGl_ArbDbg.hxx
|
OpenGl_ArbDbg.hxx
|
||||||
OpenGl_ArbFBO.hxx
|
OpenGl_ArbFBO.hxx
|
||||||
|
@ -58,7 +58,7 @@ struct Aspect_XDisplay;
|
|||||||
#undef GL_COPY_WRITE_BUFFER_BINDING
|
#undef GL_COPY_WRITE_BUFFER_BINDING
|
||||||
#endif
|
#endif
|
||||||
// include glext.h provided by Khronos group
|
// include glext.h provided by Khronos group
|
||||||
#include <glext.h>
|
#include <OpenGl_glext.h>
|
||||||
|
|
||||||
class OpenGl_Context;
|
class OpenGl_Context;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user