Package org.lwjgl.opencl
Class KHRICD
java.lang.Object
org.lwjgl.opencl.KHRICD
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted as <param_name> to the function clGetPlatformInfostatic final int
Returned by clGetPlatformIDs when no platforms are found -
Method Summary
Modifier and TypeMethodDescriptionstatic int
clIcdGetPlatformIDsKHR
(PointerBuffer platforms, IntBuffer num_platforms)
-
Field Details
-
CL_PLATFORM_ICD_SUFFIX_KHR
public static final int CL_PLATFORM_ICD_SUFFIX_KHRAccepted as <param_name> to the function clGetPlatformInfo- See Also:
-
CL_PLATFORM_NOT_FOUND_KHR
public static final int CL_PLATFORM_NOT_FOUND_KHRReturned by clGetPlatformIDs when no platforms are found- See Also:
-
-
Method Details
-
clIcdGetPlatformIDsKHR
-