On this page:
8.18
top
up

16glR...πŸ”— i

procedure

( glRasterPos2dxy)any

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

See the glRasterPos manpage.

procedure

( glRasterPos2dvv)any

v:f64vector?
Deprecated in version 3.1.

See the glRasterPos manpage.

procedure

( glRasterPos2fxy)any

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

See the glRasterPos manpage.

procedure

( glRasterPos2fvv)any

v:f32vector?
Deprecated in version 3.1.

See the glRasterPos manpage.

procedure

( glRasterPos2ixy)any

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

See the glRasterPos manpage.

procedure

( glRasterPos2ivv)any

v:s32vector?
Deprecated in version 3.1.

See the glRasterPos manpage.

procedure

( glRasterPos2sxy)any

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

See the glRasterPos manpage.

procedure

( glRasterPos2svv)any

v:s16vector?
Deprecated in version 3.1.

See the glRasterPos manpage.

procedure

( glRasterPos3dxyz)any

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

See the glRasterPos manpage.

procedure

( glRasterPos3dvv)any

v:f64vector?
Deprecated in version 3.1.

See the glRasterPos manpage.

procedure

( glRasterPos3fxyz)any

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

See the glRasterPos manpage.

procedure

( glRasterPos3fvv)any

v:f32vector?
Deprecated in version 3.1.

See the glRasterPos manpage.

procedure

( glRasterPos3ixyz)any

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

See the glRasterPos manpage.

procedure

( glRasterPos3ivv)any

v:s32vector?
Deprecated in version 3.1.

See the glRasterPos manpage.

procedure

( glRasterPos3sxyz)any

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

See the glRasterPos manpage.

procedure

( glRasterPos3svv)any

v:s16vector?
Deprecated in version 3.1.

See the glRasterPos manpage.

procedure

( glRasterPos4dxyzw)any

x:real?
y:real?
z:real?
w:real?
Deprecated in version 3.1.

See the glRasterPos manpage.

procedure

( glRasterPos4dvv)any

v:f64vector?
Deprecated in version 3.1.

See the glRasterPos manpage.

procedure

( glRasterPos4fxyzw)any

x:flonum?
y:flonum?
z:flonum?
w:flonum?
Deprecated in version 3.1.

See the glRasterPos manpage.

procedure

( glRasterPos4fvv)any

v:f32vector?
Deprecated in version 3.1.

See the glRasterPos manpage.

procedure

( glRasterPos4ixyzw)any

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

See the glRasterPos manpage.

procedure

( glRasterPos4ivv)any

v:s32vector?
Deprecated in version 3.1.

See the glRasterPos manpage.

procedure

( glRasterPos4sxyzw)any

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

See the glRasterPos manpage.

procedure

( glRasterPos4svv)any

v:s16vector?
Deprecated in version 3.1.

See the glRasterPos manpage.

procedure

( glReadBuffermode)any

mode:exact-integer?
See the glReadBuffer manpage.

procedure

( glReadInstrumentsSGIXmarker)any

marker:exact-integer?
Extension GL_SGIX_instruments.

procedure

( glReadPixels x
y
width
height
format
type
pixels)any
x:exact-integer?
y:exact-integer?
width:exact-integer?
height:exact-integer?
format:exact-integer?
type:exact-integer?
pixels:gl-pointer?
See the glReadPixels manpage.

procedure

( glReadnPixelsARB x
y
width
height
format
type
bufSize
data)any
x:exact-integer?
y:exact-integer?
width:exact-integer?
height:exact-integer?
format:exact-integer?
type:exact-integer?
bufSize:exact-integer?
data:gl-pointer?
Extension GL_ARB_robustness.

procedure

( glRectdx1y1x2y2)any

x1:real?
y1:real?
x2:real?
y2:real?
Deprecated in version 3.1.

See the glRect manpage.

procedure

( glRectdvv1v2)any

v1:f64vector?
v2:f64vector?
Deprecated in version 3.1.

See the glRect manpage.

procedure

( glRectfx1y1x2y2)any

x1:flonum?
y1:flonum?
x2:flonum?
y2:flonum?
Deprecated in version 3.1.

See the glRect manpage.

procedure

( glRectfvv1v2)any

v1:f32vector?
v2:f32vector?
Deprecated in version 3.1.

See the glRect manpage.

procedure

( glRectix1y1x2y2)any

x1:exact-integer?
y1:exact-integer?
x2:exact-integer?
y2:exact-integer?
Deprecated in version 3.1.

See the glRect manpage.

procedure

( glRectivv1v2)any

v1:s32vector?
v2:s32vector?
Deprecated in version 3.1.

See the glRect manpage.

procedure

( glRectsx1y1x2y2)any

x1:(integer-in-3276832767)
y1:(integer-in-3276832767)
x2:(integer-in-3276832767)
y2:(integer-in-3276832767)
Deprecated in version 3.1.

See the glRect manpage.

procedure

( glRectsvv1v2)any

v1:s16vector?
v2:s16vector?
Deprecated in version 3.1.

See the glRect manpage.

procedure

( glReferencePlaneSGIXequation)any

equation:f64vector?
Extension GL_SGIX_reference_plane.

procedure

( glReleaseShaderCompiler)any

Version 4.1.

See the glReleaseShaderCompiler manpage.

procedure

( glRenderModemode)exact-integer?

mode:exact-integer?
Deprecated in version 3.1.

See the glRenderMode manpage.

procedure

( glRenderbufferStorage target
internalformat
width
height)any
target:exact-integer?
internalformat:exact-integer?
width:exact-integer?
height:exact-integer?
Version 3.0.

See the glRenderbufferStorage manpage.

procedure

( glRenderbufferStorageEXT target
internalformat
width
height)any
target:exact-integer?
internalformat:exact-integer?
width:exact-integer?
height:exact-integer?
Extension GL_EXT_framebuffer_object.

Alias of glRenderbufferStorage.

procedure

( glRenderbufferStorageMultisample target
samples
internalformat
width
height)any
target:exact-integer?
samples:exact-integer?
internalformat:exact-integer?
width:exact-integer?
height:exact-integer?
Version 3.0.

See the glRenderbufferStorageMultisample manpage.

procedure

( glRenderbufferStorageMultisampleCoverageNV target
coverageSamples
colorSamples
internalformat
width
height)
any
target:exact-integer?
coverageSamples:exact-integer?
colorSamples:exact-integer?
internalformat:exact-integer?
width:exact-integer?
height:exact-integer?
Extension GL_NV_framebuffer_multisample_coverage.

procedure

( glRenderbufferStorageMultisampleEXT target
samples
internalformat
width
height)any
target:exact-integer?
samples:exact-integer?
internalformat:exact-integer?
width:exact-integer?
height:exact-integer?
Extension GL_EXT_framebuffer_multisample.

Alias of glRenderbufferStorageMultisample.

procedure

( glReplacementCodePointerSUN type
stride
pointer)any
type:exact-integer?
stride:exact-integer?
pointer:(vectorofgl-pointer?)
Extension GL_SUN_triangle_list.

procedure

( glReplacementCodeubSUNcode)any

code:(integer-in0255)
Extension GL_SUN_triangle_list.

procedure

( glReplacementCodeubvSUNcode)any

code:(integer-in0255)
Extension GL_SUN_triangle_list.

procedure

( glReplacementCodeuiColor3fVertex3fSUN rc
r
g
b
x
y
z)any
rc:exact-nonnegative-integer?
r:flonum?
g:flonum?
b:flonum?
x:flonum?
y:flonum?
z:flonum?
Extension GL_SUN_vertex.

procedure

( glReplacementCodeuiColor3fVertex3fvSUN rc
c
v)any
rc:exact-nonnegative-integer?
c:f32vector?
v:f32vector?
Extension GL_SUN_vertex.

procedure

( glReplacementCodeuiColor4fNormal3fVertex3fSUN rc
r
g
b
a
nx
ny
nz
x
y
z)any
rc:exact-nonnegative-integer?
r:flonum?
g:flonum?
b:flonum?
a:flonum?
nx:flonum?
ny:flonum?
nz:flonum?
x:flonum?
y:flonum?
z:flonum?
Extension GL_SUN_vertex.

procedure

( glReplacementCodeuiColor4fNormal3fVertex3fvSUN rc
c
n
v)any
rc:exact-nonnegative-integer?
c:f32vector?
n:f32vector?
v:f32vector?
Extension GL_SUN_vertex.

procedure

( glReplacementCodeuiColor4ubVertex3fSUN rc
r
g
b
a
x
y
z)any
rc:exact-nonnegative-integer?
r:(integer-in0255)
g:(integer-in0255)
b:(integer-in0255)
a:(integer-in0255)
x:flonum?
y:flonum?
z:flonum?
Extension GL_SUN_vertex.

procedure

( glReplacementCodeuiColor4ubVertex3fvSUN rc
c
v)any
rc:exact-nonnegative-integer?
c:(or/cstring?bytes?)
v:f32vector?
Extension GL_SUN_vertex.

procedure

( glReplacementCodeuiNormal3fVertex3fSUN rc
nx
ny
nz
x
y
z)any
rc:exact-nonnegative-integer?
nx:flonum?
ny:flonum?
nz:flonum?
x:flonum?
y:flonum?
z:flonum?
Extension GL_SUN_vertex.

procedure

( glReplacementCodeuiNormal3fVertex3fvSUN rc
n
v)any
rc:exact-nonnegative-integer?
n:f32vector?
v:f32vector?
Extension GL_SUN_vertex.

procedure

( glReplacementCodeuiSUNcode)any

code:exact-nonnegative-integer?
Extension GL_SUN_triangle_list.

procedure

( glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN rc
s
t
r
g
b
a
nx
ny
nz
x
y
z)
any
rc:exact-nonnegative-integer?
s:flonum?
t:flonum?
r:flonum?
g:flonum?
b:flonum?
a:flonum?
nx:flonum?
ny:flonum?
nz:flonum?
x:flonum?
y:flonum?
z:flonum?
Extension GL_SUN_vertex.

procedure

( glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN rc
tc
c
n
v)
any
rc:exact-nonnegative-integer?
tc:f32vector?
c:f32vector?
n:f32vector?
v:f32vector?
Extension GL_SUN_vertex.

procedure

( glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN rc
s
t
nx
ny
nz
x
y
z)any
rc:exact-nonnegative-integer?
s:flonum?
t:flonum?
nx:flonum?
ny:flonum?
nz:flonum?
x:flonum?
y:flonum?
z:flonum?
Extension GL_SUN_vertex.

procedure

( glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN rc
tc
n
v)any
rc:exact-nonnegative-integer?
tc:f32vector?
n:f32vector?
v:f32vector?
Extension GL_SUN_vertex.

procedure

( glReplacementCodeuiTexCoord2fVertex3fSUN rc
s
t
x
y
z)any
rc:exact-nonnegative-integer?
s:flonum?
t:flonum?
x:flonum?
y:flonum?
z:flonum?
Extension GL_SUN_vertex.

procedure

( glReplacementCodeuiTexCoord2fVertex3fvSUN rc
tc
v)any
rc:exact-nonnegative-integer?
tc:f32vector?
v:f32vector?
Extension GL_SUN_vertex.

procedure

( glReplacementCodeuiVertex3fSUNrcxyz)any

rc:exact-nonnegative-integer?
x:flonum?
y:flonum?
z:flonum?
Extension GL_SUN_vertex.

procedure

( glReplacementCodeuiVertex3fvSUNrcv)any

rc:exact-nonnegative-integer?
v:f32vector?
Extension GL_SUN_vertex.

procedure

( glReplacementCodeuivSUNcode)any

code:exact-nonnegative-integer?
Extension GL_SUN_triangle_list.

procedure

( glReplacementCodeusSUNcode)any

code:(integer-in065535)
Extension GL_SUN_triangle_list.

procedure

( glReplacementCodeusvSUNcode)any

code:(integer-in065535)
Extension GL_SUN_triangle_list.

procedure

( glRequestResidentProgramsNVnprograms)any

n:exact-integer?
programs:u32vector?
Extension GL_NV_vertex_program.

procedure

( glResetHistogramtarget)any

target:exact-integer?
Version 1.2. Deprecated in version 3.1.

See the glResetHistogram manpage.

procedure

( glResetHistogramEXTtarget)any

target:exact-integer?
Extension GL_EXT_histogram.

Alias of glResetHistogram.

procedure

( glResetMinmaxtarget)any

target:exact-integer?
Version 1.2. Deprecated in version 3.1.

See the glResetMinmax manpage.

procedure

( glResetMinmaxEXTtarget)any

target:exact-integer?
Extension GL_EXT_histogram.

Alias of glResetMinmax.

procedure

( glResizeBuffersMESA)any

Extension GL_MESA_resize_buffers.

procedure

( glResumeTransformFeedback)any

Version 1.2.

See the glResumeTransformFeedback manpage.

procedure

( glResumeTransformFeedbackNV)any

Extension GL_NV_transform_feedback2.

procedure

( glRotatedanglexyz)any

angle:real?
x:real?
y:real?
z:real?
Deprecated in version 3.1.

See the glRotate manpage.

procedure

( glRotatefanglexyz)any

angle:flonum?
x:flonum?
y:flonum?
z:flonum?
Deprecated in version 3.1.

See the glRotate manpage.

top
up

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