Version: 5.1.2.3
12 OpenGL version 4.1
| |||||||||||||||||||||||||||||||||||
count : exact-integer? | |||||||||||||||||||||||||||||||||||
shaders : u32vector? | |||||||||||||||||||||||||||||||||||
binaryformat : exact-integer? | |||||||||||||||||||||||||||||||||||
binary : cpointer? | |||||||||||||||||||||||||||||||||||
length : exact-integer? |
| ||||||||
| ||||||||
shadertype : exact-integer? | ||||||||
precisiontype : exact-integer? |
(glGetProgramBinary program bufSize binary) | |||||||
| |||||||
program : exact-nonnegative-integer? | |||||||
bufSize : exact-integer? | |||||||
binary : cpointer? |
| ||||||||||||||||||||||||||||
program : exact-nonnegative-integer? | ||||||||||||||||||||||||||||
binaryFormat : exact-integer? | ||||||||||||||||||||||||||||
binary : cpointer? | ||||||||||||||||||||||||||||
length : exact-integer? |
(glUseProgramStages pipeline stages program) → any |
pipeline : exact-nonnegative-integer? |
stages : exact-nonnegative-integer? |
program : exact-nonnegative-integer? |
(glActiveShaderProgram pipeline program) → any |
pipeline : exact-nonnegative-integer? |
program : exact-nonnegative-integer? |
(glCreateShaderProgramv type count strings) |
→ exact-nonnegative-integer? |
type : exact-integer? |
count : exact-integer? |
strings : (vectorof (or/c string? bytes?)) |
(glGetProgramPipelineiv pipeline pname) → s32vector? |
pipeline : exact-nonnegative-integer? |
pname : exact-integer? |
(glProgramUniform1i program location v0) → any |
program : exact-nonnegative-integer? |
location : exact-integer? |
v0 : exact-integer? |
| ||||||||||||||||||||||||||||
program : exact-nonnegative-integer? | ||||||||||||||||||||||||||||
location : exact-integer? | ||||||||||||||||||||||||||||
count : exact-integer? | ||||||||||||||||||||||||||||
value : exact-integer? |
(glProgramUniform1f program location v0) → any |
program : exact-nonnegative-integer? |
location : exact-integer? |
v0 : flonum? |
| ||||||||||||||||||||||||||||
program : exact-nonnegative-integer? | ||||||||||||||||||||||||||||
location : exact-integer? | ||||||||||||||||||||||||||||
count : exact-integer? | ||||||||||||||||||||||||||||
value : flonum? |
(glProgramUniform1d program location v0) → any |
program : exact-nonnegative-integer? |
location : exact-integer? |
v0 : real? |
| ||||||||||||||||||||||||||||
program : exact-nonnegative-integer? | ||||||||||||||||||||||||||||
location : exact-integer? | ||||||||||||||||||||||||||||
count : exact-integer? | ||||||||||||||||||||||||||||
value : real? |
(glProgramUniform1ui program location v0) → any |
program : exact-nonnegative-integer? |
location : exact-integer? |
v0 : exact-nonnegative-integer? |
| ||||||||||||||||||||||||||||
program : exact-nonnegative-integer? | ||||||||||||||||||||||||||||
location : exact-integer? | ||||||||||||||||||||||||||||
count : exact-integer? | ||||||||||||||||||||||||||||
value : exact-nonnegative-integer? |
(glProgramUniform2i program location v0 v1) → any |
program : exact-nonnegative-integer? |
location : exact-integer? |
v0 : exact-integer? |
v1 : exact-integer? |
| ||||||||||||||||||||||||||||
program : exact-nonnegative-integer? | ||||||||||||||||||||||||||||
location : exact-integer? | ||||||||||||||||||||||||||||
count : exact-integer? | ||||||||||||||||||||||||||||
value : s32vector? |
(glProgramUniform2f program location v0 v1) → any |
program : exact-nonnegative-integer? |
location : exact-integer? |
v0 : flonum? |
v1 : flonum? |
| ||||||||||||||||||||||||||||
program : exact-nonnegative-integer? | ||||||||||||||||||||||||||||
location : exact-integer? | ||||||||||||||||||||||||||||
count : exact-integer? | ||||||||||||||||||||||||||||
value : f32vector? |
(glProgramUniform2d program location v0 v1) → any |
program : exact-nonnegative-integer? |
location : exact-integer? |
v0 : real? |
v1 : real? |
| ||||||||||||||||||||||||||||
program : exact-nonnegative-integer? | ||||||||||||||||||||||||||||
location : exact-integer? | ||||||||||||||||||||||||||||
count : exact-integer? | ||||||||||||||||||||||||||||
value : f64vector? |
(glProgramUniform2ui program location v0 v1) → any |
program : exact-nonnegative-integer? |
location : exact-integer? |
v0 : exact-nonnegative-integer? |
v1 : exact-nonnegative-integer? |
| ||||||||||||||||||||||||||||
program : exact-nonnegative-integer? | ||||||||||||||||||||||||||||
location : exact-integer? | ||||||||||||||||||||||||||||
count : exact-integer? | ||||||||||||||||||||||||||||
value : u32vector? |
(glProgramUniform3i program location v0 v1 v2) → any |
program : exact-nonnegative-integer? |
location : exact-integer? |
v0 : exact-integer? |
v1 : exact-integer? |
v2 : exact-integer? |
| ||||||||||||||||||||||||||||
program : exact-nonnegative-integer? | ||||||||||||||||||||||||||||
location : exact-integer? | ||||||||||||||||||||||||||||
count : exact-integer? | ||||||||||||||||||||||||||||
value : s32vector? |
(glProgramUniform3f program location v0 v1 v2) → any |
program : exact-nonnegative-integer? |
location : exact-integer? |
v0 : flonum? |
v1 : flonum? |
v2 : flonum? |
| ||||||||||||||||||||||||||||
program : exact-nonnegative-integer? | ||||||||||||||||||||||||||||
location : exact-integer? | ||||||||||||||||||||||||||||
count : exact-integer? | ||||||||||||||||||||||||||||
value : f32vector? |
(glProgramUniform3d program location v0 v1 v2) → any |
program : exact-nonnegative-integer? |
location : exact-integer? |
v0 : real? |
v1 : real? |
v2 : real? |
| ||||||||||||||||||||||||||||
program : exact-nonnegative-integer? | ||||||||||||||||||||||||||||
location : exact-integer? | ||||||||||||||||||||||||||||
count : exact-integer? | ||||||||||||||||||||||||||||
value : f64vector? |
| ||||||||||||||||||||||||||||
program : exact-nonnegative-integer? | ||||||||||||||||||||||||||||
location : exact-integer? | ||||||||||||||||||||||||||||
count : exact-integer? | ||||||||||||||||||||||||||||
value : u32vector? |
| ||||||||||||||||||||||||||||||||||||||||||
program : exact-nonnegative-integer? | ||||||||||||||||||||||||||||||||||||||||||
location : exact-integer? | ||||||||||||||||||||||||||||||||||||||||||
v0 : exact-integer? | ||||||||||||||||||||||||||||||||||||||||||
v1 : exact-integer? | ||||||||||||||||||||||||||||||||||||||||||
v2 : exact-integer? | ||||||||||||||||||||||||||||||||||||||||||
v3 : exact-integer? |
| ||||||||||||||||||||||||||||
program : exact-nonnegative-integer? | ||||||||||||||||||||||||||||
location : exact-integer? | ||||||||||||||||||||||||||||
count : exact-integer? | ||||||||||||||||||||||||||||
value : s32vector? |
| ||||||||||||||||||||||||||||||||||||||||||
program : exact-nonnegative-integer? | ||||||||||||||||||||||||||||||||||||||||||
location : exact-integer? | ||||||||||||||||||||||||||||||||||||||||||
v0 : flonum? | ||||||||||||||||||||||||||||||||||||||||||
v1 : flonum? | ||||||||||||||||||||||||||||||||||||||||||
v2 : flonum? | ||||||||||||||||||||||||||||||||||||||||||
v3 : flonum? |
| ||||||||||||||||||||||||||||
program : exact-nonnegative-integer? | ||||||||||||||||||||||||||||
location : exact-integer? | ||||||||||||||||||||||||||||
count : exact-integer? | ||||||||||||||||||||||||||||
value : f32vector? |
| ||||||||||||||||||||||||||||||||||||||||||
program : exact-nonnegative-integer? | ||||||||||||||||||||||||||||||||||||||||||
location : exact-integer? | ||||||||||||||||||||||||||||||||||||||||||
v0 : real? | ||||||||||||||||||||||||||||||||||||||||||
v1 : real? | ||||||||||||||||||||||||||||||||||||||||||
v2 : real? | ||||||||||||||||||||||||||||||||||||||||||
v3 : real? |
| ||||||||||||||||||||||||||||
program : exact-nonnegative-integer? | ||||||||||||||||||||||||||||
location : exact-integer? | ||||||||||||||||||||||||||||
count : exact-integer? | ||||||||||||||||||||||||||||
value : f64vector? |
| ||||||||||||||||||||||||||||||||||||||||||
program : exact-nonnegative-integer? | ||||||||||||||||||||||||||||||||||||||||||
location : exact-integer? | ||||||||||||||||||||||||||||||||||||||||||
v0 : exact-nonnegative-integer? | ||||||||||||||||||||||||||||||||||||||||||
v1 : exact-nonnegative-integer? | ||||||||||||||||||||||||||||||||||||||||||
v2 : exact-nonnegative-integer? | ||||||||||||||||||||||||||||||||||||||||||
v3 : exact-nonnegative-integer? |
| ||||||||||||||||||||||||||||
program : exact-nonnegative-integer? | ||||||||||||||||||||||||||||
location : exact-integer? | ||||||||||||||||||||||||||||
count : exact-integer? | ||||||||||||||||||||||||||||
value : u32vector? |
| |||||||||||||||||||||||||||||||||||
program : exact-nonnegative-integer? | |||||||||||||||||||||||||||||||||||
location : exact-integer? | |||||||||||||||||||||||||||||||||||
count : exact-integer? | |||||||||||||||||||||||||||||||||||
transpose : boolean? | |||||||||||||||||||||||||||||||||||
value : f32vector? |
| |||||||||||||||||||||||||||||||||||
program : exact-nonnegative-integer? | |||||||||||||||||||||||||||||||||||
location : exact-integer? | |||||||||||||||||||||||||||||||||||
count : exact-integer? | |||||||||||||||||||||||||||||||||||
transpose : boolean? | |||||||||||||||||||||||||||||||||||
value : f32vector? |
| |||||||||||||||||||||||||||||||||||
program : exact-nonnegative-integer? | |||||||||||||||||||||||||||||||||||
location : exact-integer? | |||||||||||||||||||||||||||||||||||
count : exact-integer? | |||||||||||||||||||||||||||||||||||
transpose : boolean? | |||||||||||||||||||||||||||||||||||
value : f32vector? |
| |||||||||||||||||||||||||||||||||||
program : exact-nonnegative-integer? | |||||||||||||||||||||||||||||||||||
location : exact-integer? | |||||||||||||||||||||||||||||||||||
count : exact-integer? | |||||||||||||||||||||||||||||||||||
transpose : boolean? | |||||||||||||||||||||||||||||||||||
value : f64vector? |
| |||||||||||||||||||||||||||||||||||
program : exact-nonnegative-integer? | |||||||||||||||||||||||||||||||||||
location : exact-integer? | |||||||||||||||||||||||||||||||||||
count : exact-integer? | |||||||||||||||||||||||||||||||||||
transpose : boolean? | |||||||||||||||||||||||||||||||||||
value : f64vector? |
| |||||||||||||||||||||||||||||||||||
program : exact-nonnegative-integer? | |||||||||||||||||||||||||||||||||||
location : exact-integer? | |||||||||||||||||||||||||||||||||||
count : exact-integer? | |||||||||||||||||||||||||||||||||||
transpose : boolean? | |||||||||||||||||||||||||||||||||||
value : f64vector? |
| |||||||||||||||||||||||||||||||||||
program : exact-nonnegative-integer? | |||||||||||||||||||||||||||||||||||
location : exact-integer? | |||||||||||||||||||||||||||||||||||
count : exact-integer? | |||||||||||||||||||||||||||||||||||
transpose : boolean? | |||||||||||||||||||||||||||||||||||
value : f32vector? |
| |||||||||||||||||||||||||||||||||||
program : exact-nonnegative-integer? | |||||||||||||||||||||||||||||||||||
location : exact-integer? | |||||||||||||||||||||||||||||||||||
count : exact-integer? | |||||||||||||||||||||||||||||||||||
transpose : boolean? | |||||||||||||||||||||||||||||||||||
value : f32vector? |
| |||||||||||||||||||||||||||||||||||
program : exact-nonnegative-integer? | |||||||||||||||||||||||||||||||||||
location : exact-integer? | |||||||||||||||||||||||||||||||||||
count : exact-integer? | |||||||||||||||||||||||||||||||||||
transpose : boolean? | |||||||||||||||||||||||||||||||||||
value : f32vector? |
| |||||||||||||||||||||||||||||||||||
program : exact-nonnegative-integer? | |||||||||||||||||||||||||||||||||||
location : exact-integer? | |||||||||||||||||||||||||||||||||||
count : exact-integer? | |||||||||||||||||||||||||||||||||||
transpose : boolean? | |||||||||||||||||||||||||||||||||||
value : f32vector? |
| |||||||||||||||||||||||||||||||||||
program : exact-nonnegative-integer? | |||||||||||||||||||||||||||||||||||
location : exact-integer? | |||||||||||||||||||||||||||||||||||
count : exact-integer? | |||||||||||||||||||||||||||||||||||
transpose : boolean? | |||||||||||||||||||||||||||||||||||
value : f32vector? |
| |||||||||||||||||||||||||||||||||||
program : exact-nonnegative-integer? | |||||||||||||||||||||||||||||||||||
location : exact-integer? | |||||||||||||||||||||||||||||||||||
count : exact-integer? | |||||||||||||||||||||||||||||||||||
transpose : boolean? | |||||||||||||||||||||||||||||||||||
value : f32vector? |
| |||||||||||||||||||||||||||||||||||
program : exact-nonnegative-integer? | |||||||||||||||||||||||||||||||||||
location : exact-integer? | |||||||||||||||||||||||||||||||||||
count : exact-integer? | |||||||||||||||||||||||||||||||||||
transpose : boolean? | |||||||||||||||||||||||||||||||||||
value : f64vector? |
| |||||||||||||||||||||||||||||||||||
program : exact-nonnegative-integer? | |||||||||||||||||||||||||||||||||||
location : exact-integer? | |||||||||||||||||||||||||||||||||||
count : exact-integer? | |||||||||||||||||||||||||||||||||||
transpose : boolean? | |||||||||||||||||||||||||||||||||||
value : f64vector? |
| |||||||||||||||||||||||||||||||||||
program : exact-nonnegative-integer? | |||||||||||||||||||||||||||||||||||
location : exact-integer? | |||||||||||||||||||||||||||||||||||
count : exact-integer? | |||||||||||||||||||||||||||||||||||
transpose : boolean? | |||||||||||||||||||||||||||||||||||
value : f64vector? |
| |||||||||||||||||||||||||||||||||||
program : exact-nonnegative-integer? | |||||||||||||||||||||||||||||||||||
location : exact-integer? | |||||||||||||||||||||||||||||||||||
count : exact-integer? | |||||||||||||||||||||||||||||||||||
transpose : boolean? | |||||||||||||||||||||||||||||||||||
value : f64vector? |
| |||||||||||||||||||||||||||||||||||
program : exact-nonnegative-integer? | |||||||||||||||||||||||||||||||||||
location : exact-integer? | |||||||||||||||||||||||||||||||||||
count : exact-integer? | |||||||||||||||||||||||||||||||||||
transpose : boolean? | |||||||||||||||||||||||||||||||||||
value : f64vector? |
| |||||||||||||||||||||||||||||||||||
program : exact-nonnegative-integer? | |||||||||||||||||||||||||||||||||||
location : exact-integer? | |||||||||||||||||||||||||||||||||||
count : exact-integer? | |||||||||||||||||||||||||||||||||||
transpose : boolean? | |||||||||||||||||||||||||||||||||||
value : f64vector? |
| |||||||||||||||||||||
pipeline : exact-nonnegative-integer? | |||||||||||||||||||||
bufSize : exact-integer? | |||||||||||||||||||||
infoLog : bytes? |
(glVertexAttribL3d index x y z) → any |
index : exact-nonnegative-integer? |
x : real? |
y : real? |
z : real? |
(glVertexAttribL4d index x y z w) → any |
index : exact-nonnegative-integer? |
x : real? |
y : real? |
z : real? |
w : real? |
| |||||||||||||||||||||||||||||||||||
index : exact-nonnegative-integer? | |||||||||||||||||||||||||||||||||||
size : exact-integer? | |||||||||||||||||||||||||||||||||||
type : exact-integer? | |||||||||||||||||||||||||||||||||||
stride : exact-integer? | |||||||||||||||||||||||||||||||||||
pointer : cpointer? |
(glGetVertexAttribLdv index pname) → f64vector? |
index : exact-nonnegative-integer? |
pname : exact-integer? |
(glViewportArrayv first count v) → any |
first : exact-nonnegative-integer? |
count : exact-integer? |
v : f32vector? |
(glViewportIndexedf index x y w h) → any |
index : exact-nonnegative-integer? |
x : flonum? |
y : flonum? |
w : flonum? |
h : flonum? |
(glScissorArrayv first count v) → any |
first : exact-nonnegative-integer? |
count : exact-integer? |
v : s32vector? |
| |||||||||||||||||||||||||||||||||||
index : exact-nonnegative-integer? | |||||||||||||||||||||||||||||||||||
left : exact-integer? | |||||||||||||||||||||||||||||||||||
bottom : exact-integer? | |||||||||||||||||||||||||||||||||||
width : exact-integer? | |||||||||||||||||||||||||||||||||||
height : exact-integer? |
(glDepthRangeArrayv first count v) → any |
first : exact-nonnegative-integer? |
count : exact-integer? |
v : f64vector? |