Struct collenchyma::frameworks::opencl::program::Program [] [src]

pub struct Program { /* fields omitted */ }

Defines a OpenCL Program.

A Program is OpenCL's version of Collenchyma's binary.

Methods

impl Program
[src]

Initializes a new OpenCL device.

Initializes a new OpenCL device from its C type.

Returns the id as its C type.

Trait Implementations

impl Debug for Program
[src]

Formats the value using the given formatter.

impl Copy for Program
[src]

impl Clone for Program
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl IBinary for Program
[src]