Uses of Interface
org.lwjgl.PointerWrapper
-
Packages that use PointerWrapper Package Description org.lwjgl org.lwjgl.opencl org.lwjgl.opengl org.lwjgl.opengles -
-
Uses of PointerWrapper in org.lwjgl
Classes in org.lwjgl that implement PointerWrapper Modifier and Type Class Description classPointerWrapperAbstractBase PointerWrapper implementation.Methods in org.lwjgl with parameters of type PointerWrapper Modifier and Type Method Description PointerBufferPointerBuffer. put(int index, PointerWrapper pointer)Convenience put that accepts PointerWrapper objects.PointerBufferPointerBuffer. put(PointerWrapper pointer)Convenience put that accepts PointerWrapper objects. -
Uses of PointerWrapper in org.lwjgl.opencl
Classes in org.lwjgl.opencl that implement PointerWrapper 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 PointerWrapper in org.lwjgl.opengl
Classes in org.lwjgl.opengl that implement PointerWrapper 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.Methods in org.lwjgl.opengl with parameters of type PointerWrapper Modifier and Type Method Description static StringGL43. glGetObjectPtrLabel(PointerWrapper ptr, int bufSize)Overloads glGetObjectPtrLabel.static voidGL43. glGetObjectPtrLabel(PointerWrapper ptr, IntBuffer length, ByteBuffer label)static StringKHRDebug. glGetObjectPtrLabel(PointerWrapper ptr, int bufSize)Overloads glGetObjectPtrLabel.static voidKHRDebug. glGetObjectPtrLabel(PointerWrapper ptr, IntBuffer length, ByteBuffer label)static voidGL43. glObjectPtrLabel(PointerWrapper ptr, CharSequence label)Overloads glObjectPtrLabel.static voidGL43. glObjectPtrLabel(PointerWrapper ptr, ByteBuffer label)static voidKHRDebug. glObjectPtrLabel(PointerWrapper ptr, CharSequence label)Overloads glObjectPtrLabel.static voidKHRDebug. glObjectPtrLabel(PointerWrapper ptr, ByteBuffer label) -
Uses of PointerWrapper in org.lwjgl.opengles
Classes in org.lwjgl.opengles that implement PointerWrapper 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.Methods in org.lwjgl.opengles with parameters of type PointerWrapper Modifier and Type Method Description static StringKHRDebug. glGetObjectPtrLabel(PointerWrapper ptr, int bufSize)Overloads glGetObjectPtrLabel.static voidKHRDebug. glGetObjectPtrLabel(PointerWrapper ptr, IntBuffer length, ByteBuffer label)static voidKHRDebug. glObjectPtrLabel(PointerWrapper ptr, CharSequence label)Overloads glObjectPtrLabel.static voidKHRDebug. glObjectPtrLabel(PointerWrapper ptr, ByteBuffer label)
-