Handbook
Glossary
GLFWimage
Vocabulary
glfw
.
ffi
Definition
USING:
alien.c-types
classes.struct
;
IN:
glfw.ffi
STRUCT:
GLFWimage
{
width
int
initial:
0
}
{
height
int
initial:
0
}
{
pixels uchar*
}
;
Methods
USING:
classes.struct
classes.struct.private
glfw.ffi
kernel
;
M:
GLFWimage
clone
clone-underlying
\
GLFWimage
memory>struct
;
inline
USING:
accessors
classes.struct
combinators.smart
glfw.ffi
;
M:
GLFWimage
struct-slot-values
{
[
width>>
]
[
height>>
]
[
pixels>>
]
}
cleave>array
;
inline