Handbook
Glossary
clGetDeviceIDsFromD3D10NV ( platform d3d_device_source d3d_object d3d_device_set num_entries devices num_devices -- cl_int )
Vocabulary
opencl
.
ffi
Inputs
platform
an
object
d3d_device_source
an
object
d3d_object
an
object
d3d_device_set
an
object
num_entries
an
object
devices
an
object
num_devices
an
object
Outputs
cl_int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
opencl.ffi
LIBRARY:
opencl
FUNCTION:
cl_int
clGetDeviceIDsFromD3D10NV
(
cl_platform_id
platform,
cl_d3d10_device_source_nv
d3d_device_source, void* d3d_object,
cl_d3d10_device_set_nv
d3d_device_set,
cl_uint
num_entries, cl_device_id* devices,
cl_uint* num_devices )