|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jocl.utils.PlatformInfos
public class PlatformInfos
Utility methods for obtaining information about cl_platform_id objects
| Method Summary | |
|---|---|
static java.lang.String |
getExtensions(org.jocl.cl_platform_id platform)
A space-separated list of extension names |
static java.lang.String |
getName(org.jocl.cl_platform_id platform)
Platform name string |
static java.lang.String |
getProfile(org.jocl.cl_platform_id platform)
The profile name supported by the implementation |
static java.lang.String |
getVendor(org.jocl.cl_platform_id platform)
Platform vendor string |
static java.lang.String |
getVersion(org.jocl.cl_platform_id platform)
OpenCL version string |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.lang.String getName(org.jocl.cl_platform_id platform)
platform - The platform
public static java.lang.String getVendor(org.jocl.cl_platform_id platform)
platform - The platform
public static java.lang.String getVersion(org.jocl.cl_platform_id platform)
platform - The platform
public static java.lang.String getProfile(org.jocl.cl_platform_id platform)
platform - The platform
public static java.lang.String getExtensions(org.jocl.cl_platform_id platform)
platform - The platform
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||