Hash :
1321585e
Author :
Thomas de Grivel
Date :
2022-02-13T08:49:52
-module(gl_const).
-compile(export_all).
-include_lib("wx/include/gl.hrl").
gl_color_buffer_bit() -> ?GL_COLOR_BUFFER_BIT.
gl_compile() -> ?GL_COMPILE.
gl_compile_and_execute() -> ?GL_COMPILE_AND_EXECUTE.
gl_depth_buffer_bit() -> ?GL_DEPTH_BUFFER_BIT.
gl_depth_test() -> ?GL_DEPTH_TEST.
gl_lequal() -> ?GL_LEQUAL.
gl_line_loop() -> ?GL_LINE_LOOP.
gl_line_strip() -> ?GL_LINE_STRIP.
gl_modelview() -> ?GL_MODELVIEW.
gl_nicest() -> ?GL_NICEST.
gl_perspective_correction_hint() -> ?GL_PERSPECTIVE_CORRECTION_HINT.
gl_projection() -> ?GL_PROJECTION.
gl_quad_strip() -> ?GL_QUAD_STRIP.
gl_smooth() -> ?GL_SMOOTH.
gl_triangles() -> ?GL_TRIANGLES.
gl_true() -> ?GL_TRUE.