Handbook
Glossary
clGetSupportedImageFormats ( context flags image_type num_entries image_formats num_image_formats -- cl_int )
Vocabulary
opencl
.
ffi
Inputs
context
an
object
flags
an
object
image_type
an
object
num_entries
an
object
image_formats
an
object
num_image_formats
an
object
Outputs
cl_int
an
object
Definition
USING:
alien.syntax
;
IN:
opencl.ffi
LIBRARY:
opencl
FUNCTION:
cl_int
clGetSupportedImageFormats
(
cl_context
context,
cl_mem_flags
flags,
cl_mem_object_type
image_type,
cl_uint
num_entries, cl_image_format*
image_formats, cl_uint* num_image_formats )