Handbook
Glossary
not-alpha-first ( component-order component-type -- )
Vocabulary
opengl
.
textures
Inputs
component-order
an
object
component-type
an
object
Outputs
None
Definition
USING:
images
kernel
;
IN:
opengl.textures
:
not-alpha-first
( component-order component-type -- )
over
alpha-channel-precedes-colors?
[
unsupported-component-order
]
[
2drop
]
if
;