Handbook
Glossary
valid-handle? ( handle -- ? )
Vocabulary
gpu
.
shaders
.
private
Inputs
handle
an
object
Outputs
?
an
object
Definition
USING:
combinators.short-circuit
kernel
math
;
IN:
gpu.shaders.private
:
valid-handle?
( handle -- ? )
{
[
]
[
zero?
not
]
}
1&&
;