Handbook
Glossary
filter-mode-constant ( filter-mode -- n )
Vocabulary
opencl
.
private
Inputs
filter-mode
an
object
Outputs
n
an
object
Definition
IN:
opencl.private
GENERIC:
filter-mode-constant
( filter-mode -- n )
Methods
USING:
kernel
opencl
opencl.ffi
opencl.private
;
M:
cl-filter-linear
filter-mode-constant
drop
CL_FILTER_LINEAR
;
USING:
kernel
opencl
opencl.ffi
opencl.private
;
M:
cl-filter-nearest
filter-mode-constant
drop
CL_FILTER_NEAREST
;