Uses of Class
org.lwjgl.PointerWrapperAbstract
-
Packages that use PointerWrapperAbstract Package Description org.lwjgl.opencl org.lwjgl.opengl org.lwjgl.opengles -
-
Uses of PointerWrapperAbstract in org.lwjgl.opencl
Subclasses of PointerWrapperAbstract in org.lwjgl.opencl Modifier and Type Class Description classCLBuildProgramCallbackInstances of this class can be used to receive OpenCL program build notifications.classCLCommandQueueThis class is a wrapper around a cl_command_queue pointer.classCLCompileProgramCallbackInstances of this class can be used to receive OpenCL program compilation notifications.classCLContextThis class is a wrapper around a cl_context pointer.classCLContextCallbackInstances of this class can be used to receive OpenCL context error notifications.classCLDeviceThis class is a wrapper around a cl_device_id pointer.classCLEventThis class is a wrapper around a cl_mem pointer.classCLEventCallbackInstances of this class can be used to handle OpenCL event callbacks.classCLKernelThis class is a wrapper around a cl_kernel pointer.classCLLinkProgramCallbackInstances of this class can be used to receive OpenCL program linkage notifications.classCLMemThis class is a wrapper around a cl_mem pointer.classCLMemObjectDestructorCallbackInstances of this class can be used to receive OpenCL memory object destruction notifications.classCLNativeKernelInstances of this class can be used to execute native kernels.classCLPlatformThis class is a wrapper around a cl_platform_id pointer.classCLPrintfCallbackInstances of this class can be used to receive OpenCL printf messages.classCLProgramThis class is a wrapper around a cl_program pointer.classCLSamplerThis class is a wrapper around a cl_sampler pointer. -
Uses of PointerWrapperAbstract in org.lwjgl.opengl
Subclasses of PointerWrapperAbstract in org.lwjgl.opengl Modifier and Type Class Description classAMDDebugOutputCallbackInstances of this class are needed to use the callback functionality of the AMD_debug_output extension.classARBDebugOutputCallbackInstances of this class are needed to use the callback functionality of the ARB_debug_output extension.classGLSyncThis class is a wrapper around a GLsync pointer.classKHRDebugCallbackInstances of this class are needed to use the callback functionality of the KHR_debug extension. -
Uses of PointerWrapperAbstract in org.lwjgl.opengles
Subclasses of PointerWrapperAbstract in org.lwjgl.opengles Modifier and Type Class Description classEGLConfigEGLConfig wrapper class.classEGLContextEGLContext wrapper class.classEGLDisplayEGLDisplay wrapper class.classEGLImageOESEGLImageOES wrapper class.classEGLSurfaceEGLSurface wrapper class.classEGLSyncKHREGLSyncKHR wrapper class.classEGLSyncNVEGLSyncNV wrapper class.classGLSyncThis class is a wrapper around a GLsync pointer.classKHRDebugCallbackInstances of this class are needed to use the callback functionality of the KHR_debug extension.
-