Program class

Constructors

Program(cl_program program, OpenCL dcl)

Properties

dcl OpenCL
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
program cl_program
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildProgram(List<Device> devices, String options, List<String> buildLogs) int
Builds the program. (wraps clBuildProgram)
createKernel(String kernelName) Kernel
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
release() → void
retain() → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited