Ticket #26 (closed defect: fixed)

Opened 2 months ago

Last modified 2 months ago

Missing constants GLU_TRUE and GLU_FALSE

Reported by: fraz Assigned to:
Priority: trivial Version:
Keywords: Cc:

Description

Index: DerelictGLU/derelict/opengl/glu.d
===================================================================
--- DerelictGLU/derelict/opengl/glu.d   (revision 312)
+++ DerelictGLU/derelict/opengl/glu.d   (working copy)
@@ -117,6 +117,9 @@
 //==============================================================================
 enum : GLenum
 {
+    // Boolean
+    GLU_FALSE                        = 0,
+    GLU_TRUE                         = 1,
     // StringName
     GLU_VERSION                      = 100800,
     GLU_EXTENSIONS                   = 100801,

Change History

11/20/08 02:54:16 changed by aldacron

  • status changed from new to closed.
  • resolution set to fixed.