|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CLProgram.Status | |
|---|---|
| com.jogamp.opencl | High level java bindings to OpenCL. |
| Uses of CLProgram.Status in com.jogamp.opencl |
|---|
| Methods in com.jogamp.opencl that return CLProgram.Status | |
|---|---|
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. |
| Methods in com.jogamp.opencl that return types with arguments of type CLProgram.Status | |
|---|---|
Map<CLDevice,CLProgram.Status> |
CLProgram.getBuildStatus()
Returns the build status enum of this program for each device as Map. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||