Handbook
Glossary
info-data-bytes ( handle name info-quot size -- bytes )
Vocabulary
opencl
.
private
Inputs
handle
an
object
name
an
object
info-quot
an
object
size
an
object
Outputs
bytes
an
object
Definition
USING:
byte-arrays
kernel
;
IN:
opencl.private
:
info-data-bytes
( handle name info-quot size -- bytes )
swap
[
dup
<byte-array>
f
]
dip
[
call
cl-success
]
keepdd
;
inline