Package org.lwjgl.opencl
Class EXTCXXForOpencl
- java.lang.Object
-
- org.lwjgl.opencl.EXTCXXForOpencl
-
public final class EXTCXXForOpencl extends java.lang.ObjectNative bindings to the ext_cxx_for_opencl extension.This extension adds support for building programs written using the C++ for OpenCL kernel language. It also enables applications to query the version of the language supported by the device compiler.
This extension requires OpenCL 3.0 with OpenCL C 2.0 support or OpenCL 2.x and cl_khr_extended_versioning.
-
-
Field Summary
Fields Modifier and Type Field Description static intCL_DEVICE_CXX_FOR_OPENCL_NUMERIC_VERSION_EXTAccepted value for theparam_nameparameter toGetDeviceInfo.
-
-
-
Field Detail
-
CL_DEVICE_CXX_FOR_OPENCL_NUMERIC_VERSION_EXT
public static final int CL_DEVICE_CXX_FOR_OPENCL_NUMERIC_VERSION_EXT
Accepted value for theparam_nameparameter toGetDeviceInfo.- See Also:
- Constant Field Values
-
-