On this page:
8.18
top
up

21glW...πŸ”— i

procedure

( glWaitSyncsyncflagstimeout)any

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

See the glWaitSync manpage.

procedure

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

procedure

( glWeightPointerARBsizetypestridepointer)any

size:exact-integer?
type:exact-integer?
stride:exact-integer?
pointer:gl-pointer?
Extension GL_ARB_vertex_blend.

procedure

( glWeightbvARBsizeweights)any

size:exact-integer?
weights:s8vector?
Extension GL_ARB_vertex_blend.

procedure

( glWeightdvARBsizeweights)any

size:exact-integer?
weights:f64vector?
Extension GL_ARB_vertex_blend.

procedure

( glWeightfvARBsizeweights)any

size:exact-integer?
weights:f32vector?
Extension GL_ARB_vertex_blend.

procedure

( glWeightivARBsizeweights)any

size:exact-integer?
weights:s32vector?
Extension GL_ARB_vertex_blend.

procedure

( glWeightsvARBsizeweights)any

size:exact-integer?
weights:s16vector?
Extension GL_ARB_vertex_blend.

procedure

( glWeightubvARBsizeweights)any

size:exact-integer?
weights:(or/cstring?bytes?)
Extension GL_ARB_vertex_blend.

procedure

( glWeightuivARBsizeweights)any

size:exact-integer?
weights:u32vector?
Extension GL_ARB_vertex_blend.

procedure

( glWeightusvARBsizeweights)any

size:exact-integer?
weights:u16vector?
Extension GL_ARB_vertex_blend.

procedure

( glWindowPos2dxy)any

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

See the glWindowPos manpage.

procedure

( glWindowPos2dARBxy)any

x:real?
y:real?
Extension GL_ARB_window_pos.

Alias of glWindowPos2d.

procedure

( glWindowPos2dMESAxy)any

x:real?
y:real?
Extension GL_MESA_window_pos.

Alias of glWindowPos2dARB.

procedure

( glWindowPos2dvv)any

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

See the glWindowPos manpage.

procedure

( glWindowPos2dvARBv)any

v:f64vector?
Extension GL_ARB_window_pos.

Alias of glWindowPos2dv.

procedure

( glWindowPos2dvMESAv)any

v:f64vector?
Extension GL_MESA_window_pos.

Alias of glWindowPos2dvARB.

procedure

( glWindowPos2fxy)any

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

See the glWindowPos manpage.

procedure

( glWindowPos2fARBxy)any

x:flonum?
y:flonum?
Extension GL_ARB_window_pos.

Alias of glWindowPos2f.

procedure

( glWindowPos2fMESAxy)any

x:flonum?
y:flonum?
Extension GL_MESA_window_pos.

Alias of glWindowPos2fARB.

procedure

( glWindowPos2fvv)any

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

See the glWindowPos manpage.

procedure

( glWindowPos2fvARBv)any

v:f32vector?
Extension GL_ARB_window_pos.

Alias of glWindowPos2fv.

procedure

( glWindowPos2fvMESAv)any

v:f32vector?
Extension GL_MESA_window_pos.

Alias of glWindowPos2fvARB.

procedure

( glWindowPos2ixy)any

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

See the glWindowPos manpage.

procedure

( glWindowPos2iARBxy)any

x:exact-integer?
y:exact-integer?
Extension GL_ARB_window_pos.

Alias of glWindowPos2i.

procedure

( glWindowPos2iMESAxy)any

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

Alias of glWindowPos2iARB.

procedure

( glWindowPos2ivv)any

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

See the glWindowPos manpage.

procedure

( glWindowPos2ivARBv)any

v:s32vector?
Extension GL_ARB_window_pos.

Alias of glWindowPos2iv.

procedure

( glWindowPos2ivMESAv)any

v:s32vector?
Extension GL_MESA_window_pos.

Alias of glWindowPos2ivARB.

procedure

( glWindowPos2sxy)any

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

See the glWindowPos manpage.

procedure

( glWindowPos2sARBxy)any

x:(integer-in-3276832767)
y:(integer-in-3276832767)
Extension GL_ARB_window_pos.

Alias of glWindowPos2s.

procedure

( glWindowPos2sMESAxy)any

x:(integer-in-3276832767)
y:(integer-in-3276832767)
Extension GL_MESA_window_pos.

Alias of glWindowPos2sARB.

procedure

( glWindowPos2svv)any

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

See the glWindowPos manpage.

procedure

( glWindowPos2svARBv)any

v:s16vector?
Extension GL_ARB_window_pos.

Alias of glWindowPos2sv.

procedure

( glWindowPos2svMESAv)any

v:s16vector?
Extension GL_MESA_window_pos.

Alias of glWindowPos2svARB.

procedure

( glWindowPos3dxyz)any

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

See the glWindowPos manpage.

procedure

( glWindowPos3dARBxyz)any

x:real?
y:real?
z:real?
Extension GL_ARB_window_pos.

Alias of glWindowPos3d.

procedure

( glWindowPos3dMESAxyz)any

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

Alias of glWindowPos3dARB.

procedure

( glWindowPos3dvv)any

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

See the glWindowPos manpage.

procedure

( glWindowPos3dvARBv)any

v:f64vector?
Extension GL_ARB_window_pos.

Alias of glWindowPos3dv.

procedure

( glWindowPos3dvMESAv)any

v:f64vector?
Extension GL_MESA_window_pos.

Alias of glWindowPos3dvARB.

procedure

( glWindowPos3fxyz)any

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

See the glWindowPos manpage.

procedure

( glWindowPos3fARBxyz)any

x:flonum?
y:flonum?
z:flonum?
Extension GL_ARB_window_pos.

Alias of glWindowPos3f.

procedure

( glWindowPos3fMESAxyz)any

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

Alias of glWindowPos3fARB.

procedure

( glWindowPos3fvv)any

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

See the glWindowPos manpage.

procedure

( glWindowPos3fvARBv)any

v:f32vector?
Extension GL_ARB_window_pos.

Alias of glWindowPos3fv.

procedure

( glWindowPos3fvMESAv)any

v:f32vector?
Extension GL_MESA_window_pos.

Alias of glWindowPos3fvARB.

procedure

( glWindowPos3ixyz)any

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

See the glWindowPos manpage.

procedure

( glWindowPos3iARBxyz)any

x:exact-integer?
y:exact-integer?
z:exact-integer?
Extension GL_ARB_window_pos.

Alias of glWindowPos3i.

procedure

( glWindowPos3iMESAxyz)any

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

Alias of glWindowPos3iARB.

procedure

( glWindowPos3ivv)any

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

See the glWindowPos manpage.

procedure

( glWindowPos3ivARBv)any

v:s32vector?
Extension GL_ARB_window_pos.

Alias of glWindowPos3iv.

procedure

( glWindowPos3ivMESAv)any

v:s32vector?
Extension GL_MESA_window_pos.

Alias of glWindowPos3ivARB.

procedure

( glWindowPos3sxyz)any

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

See the glWindowPos manpage.

procedure

( glWindowPos3sARBxyz)any

x:(integer-in-3276832767)
y:(integer-in-3276832767)
z:(integer-in-3276832767)
Extension GL_ARB_window_pos.

Alias of glWindowPos3s.

procedure

( glWindowPos3sMESAxyz)any

x:(integer-in-3276832767)
y:(integer-in-3276832767)
z:(integer-in-3276832767)
Extension GL_MESA_window_pos.

Alias of glWindowPos3sARB.

procedure

( glWindowPos3svv)any

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

See the glWindowPos manpage.

procedure

( glWindowPos3svARBv)any

v:s16vector?
Extension GL_ARB_window_pos.

Alias of glWindowPos3sv.

procedure

( glWindowPos3svMESAv)any

v:s16vector?
Extension GL_MESA_window_pos.

Alias of glWindowPos3svARB.

procedure

( glWindowPos4dMESAxyzw)any

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

procedure

( glWindowPos4dvMESAv)any

v:f64vector?
Extension GL_MESA_window_pos.

procedure

( glWindowPos4fMESAxyzw)any

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

procedure

( glWindowPos4fvMESAv)any

v:f32vector?
Extension GL_MESA_window_pos.

procedure

( glWindowPos4iMESAxyzw)any

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

procedure

( glWindowPos4ivMESAv)any

v:s32vector?
Extension GL_MESA_window_pos.

procedure

( glWindowPos4sMESAxyzw)any

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

procedure

( glWindowPos4svMESAv)any

v:s16vector?
Extension GL_MESA_window_pos.

procedure

( glWriteMaskEXTresinoutXoutYoutZoutW)any

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

top
up

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /