Handbook
Glossary
cl-normalized-coords? ( sampler -- ? )
Vocabulary
opencl
Inputs
sampler
a
cl-sampler
Outputs
?
a
boolean
Word description
Returns whether the sampler uses normalized coords or not.
Definition
USING:
accessors
opencl.ffi
opencl.private
;
IN:
opencl
:
cl-normalized-coords?
( sampler -- ? )
handle>>
CL_SAMPLER_NORMALIZED_COORDS
sampler-info-bool
;
inline