--- OpenCL/OpenCL.pm 2012/05/05 13:07:19 1.78 +++ OpenCL/OpenCL.pm 2012/05/05 13:30:07 1.79 @@ -421,7 +421,7 @@ context, no event is created. In all other contexts an event is returned by the method. -=item * This module expects all functions to return C. If any +=item * This module expects all functions to return C. If any other status is returned the function will throw an exception, so you don't normally have to to any error checking. @@ -754,7 +754,7 @@ =item $ctx = $platform->context ($properties, \@devices, $callback->($err, $pvt) = $print_stderr) Create a new OpenCL::Context object using the given device object(s)- a -CL_CONTEXT_PLATFORM property is supplied automatically. +OpenCL::CONTEXT_PLATFORM property is supplied automatically. L @@ -1703,7 +1703,7 @@ =item $subbuf = $buf_obj->sub_buffer_region ($flags, $origin, $size) Creates an OpenCL::Buffer objects from this buffer and returns it. The -C is assumed to be C. +C is assumed to be C. L @@ -1729,7 +1729,7 @@ =item ($channel_order, $channel_data_type) = $image->format Returns the channel order and type used to create the image by calling -C with C. +C with C. =for gengetinfo begin image @@ -1896,6 +1896,10 @@ Calls C with C and returns the result. +=item $binary_type = $program->binary_type ($device) + +Calls C with C and returns the result. + =for gengetinfo end program_build =item $packed_value = $program->info ($name)