On this page:
gl  Wait  Sync
gl  Weight  Paths  NV
gl  Weight  Pointer  ARB
gl  Weightbv  ARB
gl  Weightdv  ARB
gl  Weightfv  ARB
gl  Weightiv  ARB
gl  Weightsv  ARB
gl  Weightubv  ARB
gl  Weightuiv  ARB
gl  Weightusv  ARB
gl  Window  Pos2d
gl  Window  Pos2d  ARB
gl  Window  Pos2d  MESA
gl  Window  Pos2dv
gl  Window  Pos2dv  ARB
gl  Window  Pos2dv  MESA
gl  Window  Pos2f
gl  Window  Pos2f  ARB
gl  Window  Pos2f  MESA
gl  Window  Pos2fv
gl  Window  Pos2fv  ARB
gl  Window  Pos2fv  MESA
gl  Window  Pos2i
gl  Window  Pos2i  ARB
gl  Window  Pos2i  MESA
gl  Window  Pos2iv
gl  Window  Pos2iv  ARB
gl  Window  Pos2iv  MESA
gl  Window  Pos2s
gl  Window  Pos2s  ARB
gl  Window  Pos2s  MESA
gl  Window  Pos2sv
gl  Window  Pos2sv  ARB
gl  Window  Pos2sv  MESA
gl  Window  Pos3d
gl  Window  Pos3d  ARB
gl  Window  Pos3d  MESA
gl  Window  Pos3dv
gl  Window  Pos3dv  ARB
gl  Window  Pos3dv  MESA
gl  Window  Pos3f
gl  Window  Pos3f  ARB
gl  Window  Pos3f  MESA
gl  Window  Pos3fv
gl  Window  Pos3fv  ARB
gl  Window  Pos3fv  MESA
gl  Window  Pos3i
gl  Window  Pos3i  ARB
gl  Window  Pos3i  MESA
gl  Window  Pos3iv
gl  Window  Pos3iv  ARB
gl  Window  Pos3iv  MESA
gl  Window  Pos3s
gl  Window  Pos3s  ARB
gl  Window  Pos3s  MESA
gl  Window  Pos3sv
gl  Window  Pos3sv  ARB
gl  Window  Pos3sv  MESA
gl  Window  Pos4d  MESA
gl  Window  Pos4dv  MESA
gl  Window  Pos4f  MESA
gl  Window  Pos4fv  MESA
gl  Window  Pos4i  MESA
gl  Window  Pos4iv  MESA
gl  Window  Pos4s  MESA
gl  Window  Pos4sv  MESA
gl  Write  Mask  EXT
8.12

21 glW...🔗ℹ

procedure

(glWaitSync sync flags timeout)  any

  sync : GLsync?
  flags : exact-nonnegative-integer?
  timeout : exact-nonnegative-integer?
Version 1.2.

procedure

(glWeightPathsNV resultPath    
  numPaths    
  paths    
  weights)  any
  resultPath : exact-nonnegative-integer?
  numPaths : exact-integer?
  paths : u32vector?
  weights : f32vector?

procedure

(glWeightPointerARB size type stride pointer)  any

  size : exact-integer?
  type : exact-integer?
  stride : exact-integer?
  pointer : gl-pointer?

procedure

(glWeightbvARB size weights)  any

  size : exact-integer?
  weights : s8vector?

procedure

(glWeightdvARB size weights)  any

  size : exact-integer?
  weights : f64vector?

procedure

(glWeightfvARB size weights)  any

  size : exact-integer?
  weights : f32vector?

procedure

(glWeightivARB size weights)  any

  size : exact-integer?
  weights : s32vector?

procedure

(glWeightsvARB size weights)  any

  size : exact-integer?
  weights : s16vector?

procedure

(glWeightubvARB size weights)  any

  size : exact-integer?
  weights : (or/c string? bytes?)

procedure

(glWeightuivARB size weights)  any

  size : exact-integer?
  weights : u32vector?

procedure

(glWeightusvARB size weights)  any

  size : exact-integer?
  weights : u16vector?

procedure

(glWindowPos2d x y)  any

  x : real?
  y : real?
Version 1.4. Deprecated in version 3.1.

procedure

(glWindowPos2dARB x y)  any

  x : real?
  y : real?

Alias of glWindowPos2d.

procedure

(glWindowPos2dMESA x y)  any

  x : real?
  y : real?

Alias of glWindowPos2dARB.

procedure

(glWindowPos2dv v)  any

  v : f64vector?
Version 1.4. Deprecated in version 3.1.

procedure

(glWindowPos2dvARB v)  any

  v : f64vector?

Alias of glWindowPos2dv.

procedure

(glWindowPos2dvMESA v)  any

  v : f64vector?

Alias of glWindowPos2dvARB.

procedure

(glWindowPos2f x y)  any

  x : flonum?
  y : flonum?
Version 1.4. Deprecated in version 3.1.

procedure

(glWindowPos2fARB x y)  any

  x : flonum?
  y : flonum?

Alias of glWindowPos2f.

procedure

(glWindowPos2fMESA x y)  any

  x : flonum?
  y : flonum?

Alias of glWindowPos2fARB.

procedure

(glWindowPos2fv v)  any

  v : f32vector?
Version 1.4. Deprecated in version 3.1.

procedure

(glWindowPos2fvARB v)  any

  v : f32vector?

Alias of glWindowPos2fv.

procedure

(glWindowPos2fvMESA v)  any

  v : f32vector?

Alias of glWindowPos2fvARB.

procedure

(glWindowPos2i x y)  any

  x : exact-integer?
  y : exact-integer?
Version 1.4. Deprecated in version 3.1.

procedure

(glWindowPos2iARB x y)  any

  x : exact-integer?
  y : exact-integer?

Alias of glWindowPos2i.

procedure

(glWindowPos2iMESA x y)  any

  x : exact-integer?
  y : exact-integer?

Alias of glWindowPos2iARB.

procedure

(glWindowPos2iv v)  any

  v : s32vector?
Version 1.4. Deprecated in version 3.1.

procedure

(glWindowPos2ivARB v)  any

  v : s32vector?

Alias of glWindowPos2iv.

procedure

(glWindowPos2ivMESA v)  any

  v : s32vector?

Alias of glWindowPos2ivARB.

procedure

(glWindowPos2s x y)  any

  x : (integer-in -32768 32767)
  y : (integer-in -32768 32767)
Version 1.4. Deprecated in version 3.1.

procedure

(glWindowPos2sARB x y)  any

  x : (integer-in -32768 32767)
  y : (integer-in -32768 32767)

Alias of glWindowPos2s.

procedure

(glWindowPos2sMESA x y)  any

  x : (integer-in -32768 32767)
  y : (integer-in -32768 32767)

Alias of glWindowPos2sARB.

procedure

(glWindowPos2sv v)  any

  v : s16vector?
Version 1.4. Deprecated in version 3.1.

procedure

(glWindowPos2svARB v)  any

  v : s16vector?

Alias of glWindowPos2sv.

procedure

(glWindowPos2svMESA v)  any

  v : s16vector?

Alias of glWindowPos2svARB.

procedure

(glWindowPos3d x y z)  any

  x : real?
  y : real?
  z : real?
Version 1.4. Deprecated in version 3.1.

procedure

(glWindowPos3dARB x y z)  any

  x : real?
  y : real?
  z : real?

Alias of glWindowPos3d.

procedure

(glWindowPos3dMESA x y z)  any

  x : real?
  y : real?
  z : real?

Alias of glWindowPos3dARB.

procedure

(glWindowPos3dv v)  any

  v : f64vector?
Version 1.4. Deprecated in version 3.1.

procedure

(glWindowPos3dvARB v)  any

  v : f64vector?

Alias of glWindowPos3dv.

procedure

(glWindowPos3dvMESA v)  any

  v : f64vector?

Alias of glWindowPos3dvARB.

procedure

(glWindowPos3f x y z)  any

  x : flonum?
  y : flonum?
  z : flonum?
Version 1.4. Deprecated in version 3.1.

procedure

(glWindowPos3fARB x y z)  any

  x : flonum?
  y : flonum?
  z : flonum?

Alias of glWindowPos3f.

procedure

(glWindowPos3fMESA x y z)  any

  x : flonum?
  y : flonum?
  z : flonum?

Alias of glWindowPos3fARB.

procedure

(glWindowPos3fv v)  any

  v : f32vector?
Version 1.4. Deprecated in version 3.1.

procedure

(glWindowPos3fvARB v)  any

  v : f32vector?

Alias of glWindowPos3fv.

procedure

(glWindowPos3fvMESA v)  any

  v : f32vector?

Alias of glWindowPos3fvARB.

procedure

(glWindowPos3i x y z)  any

  x : exact-integer?
  y : exact-integer?
  z : exact-integer?
Version 1.4. Deprecated in version 3.1.

procedure

(glWindowPos3iARB x y z)  any

  x : exact-integer?
  y : exact-integer?
  z : exact-integer?

Alias of glWindowPos3i.

procedure

(glWindowPos3iMESA x y z)  any

  x : exact-integer?
  y : exact-integer?
  z : exact-integer?

Alias of glWindowPos3iARB.

procedure

(glWindowPos3iv v)  any

  v : s32vector?
Version 1.4. Deprecated in version 3.1.

procedure

(glWindowPos3ivARB v)  any

  v : s32vector?

Alias of glWindowPos3iv.

procedure

(glWindowPos3ivMESA v)  any

  v : s32vector?

Alias of glWindowPos3ivARB.

procedure

(glWindowPos3s x y z)  any

  x : (integer-in -32768 32767)
  y : (integer-in -32768 32767)
  z : (integer-in -32768 32767)
Version 1.4. Deprecated in version 3.1.

procedure

(glWindowPos3sARB x y z)  any

  x : (integer-in -32768 32767)
  y : (integer-in -32768 32767)
  z : (integer-in -32768 32767)

Alias of glWindowPos3s.

procedure

(glWindowPos3sMESA x y z)  any

  x : (integer-in -32768 32767)
  y : (integer-in -32768 32767)
  z : (integer-in -32768 32767)

Alias of glWindowPos3sARB.

procedure

(glWindowPos3sv v)  any

  v : s16vector?
Version 1.4. Deprecated in version 3.1.

procedure

(glWindowPos3svARB v)  any

  v : s16vector?

Alias of glWindowPos3sv.

procedure

(glWindowPos3svMESA v)  any

  v : s16vector?

Alias of glWindowPos3svARB.

procedure

(glWindowPos4dMESA x y z w)  any

  x : real?
  y : real?
  z : real?
  w : real?
Extension GL_MESA_window_pos.

procedure

(glWindowPos4dvMESA v)  any

  v : f64vector?
Extension GL_MESA_window_pos.

procedure

(glWindowPos4fMESA x y z w)  any

  x : flonum?
  y : flonum?
  z : flonum?
  w : flonum?
Extension GL_MESA_window_pos.

procedure

(glWindowPos4fvMESA v)  any

  v : f32vector?
Extension GL_MESA_window_pos.

procedure

(glWindowPos4iMESA x y z w)  any

  x : exact-integer?
  y : exact-integer?
  z : exact-integer?
  w : exact-integer?
Extension GL_MESA_window_pos.

procedure

(glWindowPos4ivMESA v)  any

  v : s32vector?
Extension GL_MESA_window_pos.

procedure

(glWindowPos4sMESA x y z w)  any

  x : (integer-in -32768 32767)
  y : (integer-in -32768 32767)
  z : (integer-in -32768 32767)
  w : (integer-in -32768 32767)
Extension GL_MESA_window_pos.

procedure

(glWindowPos4svMESA v)  any

  v : s16vector?
Extension GL_MESA_window_pos.

procedure

(glWriteMaskEXT res in outX outY outZ outW)  any

  res : exact-nonnegative-integer?
  in : exact-nonnegative-integer?
  outX : exact-integer?
  outY : exact-integer?
  outZ : exact-integer?
  outW : exact-integer?