Package org.lwjgl.opencl
Class KHRICD
- java.lang.Object
-
- org.lwjgl.opencl.KHRICD
-
public final class KHRICD extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CL_PLATFORM_ICD_SUFFIX_KHR
Accepted as <param_name> to the function clGetPlatformInfostatic int
CL_PLATFORM_NOT_FOUND_KHR
Returned by clGetPlatformIDs when no platforms are found
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
clIcdGetPlatformIDsKHR(PointerBuffer platforms, java.nio.IntBuffer num_platforms)
-
-
-
Field Detail
-
CL_PLATFORM_ICD_SUFFIX_KHR
public static final int CL_PLATFORM_ICD_SUFFIX_KHR
Accepted as <param_name> to the function clGetPlatformInfo- See Also:
- Constant Field Values
-
CL_PLATFORM_NOT_FOUND_KHR
public static final int CL_PLATFORM_NOT_FOUND_KHR
Returned by clGetPlatformIDs when no platforms are found- See Also:
- Constant Field Values
-
-
Method Detail
-
clIcdGetPlatformIDsKHR
public static int clIcdGetPlatformIDsKHR(PointerBuffer platforms, java.nio.IntBuffer num_platforms)
-
-