Package | Description |
---|---|
com.jogamp.opencl |
High level java bindings to OpenCL.
|
Modifier and Type | Method and Description |
---|---|
CLProgram.Status |
CLProgram.getBuildStatus(CLDevice device)
Returns the build status enum for this program on the specified device.
|
static CLProgram.Status |
CLProgram.Status.valueOf(int clBuildStatus) |
static CLProgram.Status |
CLProgram.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CLProgram.Status[] |
CLProgram.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<CLDevice,CLProgram.Status> |
CLProgram.getBuildStatus()
Returns the build status enum of this program for each device as Map.
|