Handbook
Glossary
<texture> ( component-order component-type parameters class -- texture )
Vocabulary
gpu
.
textures
.
private
Inputs
component-order
an
object
component-type
an
object
parameters
an
object
class
an
object
Outputs
texture
an
object
Definition
USING:
gpu.textures
kernel
opengl.textures
ui.gadgets.worlds
;
IN:
gpu.textures.private
:
<texture>
( component-order component-type parameters class -- texture )
[
[
[
gen-texture
]
2dip
]
]
dip
[
boa
dup
window-resource
]
curry
compose
dip
[
T{
texture-parameters
}
clone
]
unless*
set-texture-parameters
;
inline