Uses of Interface
org.lwjgl.PointerWrapper
Packages that use PointerWrapper
-
Uses of PointerWrapper in org.lwjgl
Classes in org.lwjgl that implement PointerWrapperModifier and TypeClassDescriptionclassBase PointerWrapper implementation.Methods in org.lwjgl with parameters of type PointerWrapperModifier and TypeMethodDescriptionPointerBuffer.put(int index, PointerWrapper pointer) Convenience put that accepts PointerWrapper objects.PointerBuffer.put(PointerWrapper pointer) Convenience put that accepts PointerWrapper objects. -
Uses of PointerWrapper in org.lwjgl.opencl
Classes in org.lwjgl.opencl that implement PointerWrapperModifier and TypeClassDescriptionclassInstances of this class can be used to receive OpenCL program build notifications.final classThis class is a wrapper around a cl_command_queue pointer.classInstances of this class can be used to receive OpenCL program compilation notifications.final classThis class is a wrapper around a cl_context pointer.classInstances of this class can be used to receive OpenCL context error notifications.final classThis class is a wrapper around a cl_device_id pointer.final classThis class is a wrapper around a cl_mem pointer.classInstances of this class can be used to handle OpenCL event callbacks.final classThis class is a wrapper around a cl_kernel pointer.classInstances of this class can be used to receive OpenCL program linkage notifications.final classThis class is a wrapper around a cl_mem pointer.classInstances of this class can be used to receive OpenCL memory object destruction notifications.classInstances of this class can be used to execute native kernels.final classThis class is a wrapper around a cl_platform_id pointer.classInstances of this class can be used to receive OpenCL printf messages.final classThis class is a wrapper around a cl_program pointer.final classThis class is a wrapper around a cl_sampler pointer. -
Uses of PointerWrapper in org.lwjgl.opengl
Classes in org.lwjgl.opengl that implement PointerWrapperModifier and TypeClassDescriptionfinal classInstances of this class are needed to use the callback functionality of the AMD_debug_output extension.final classInstances of this class are needed to use the callback functionality of the ARB_debug_output extension.final classThis class is a wrapper around a GLsync pointer.final classInstances of this class are needed to use the callback functionality of the KHR_debug extension.Methods in org.lwjgl.opengl with parameters of type PointerWrapperModifier and TypeMethodDescriptionstatic 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 PointerWrapperModifier and TypeClassDescriptionfinal classEGLConfig wrapper class.final classEGLContext wrapper class.final classEGLDisplay wrapper class.final classEGLImageOES wrapper class.final classEGLSurface wrapper class.classEGLSyncKHR wrapper class.classEGLSyncNV wrapper class.final classThis class is a wrapper around a GLsync pointer.final classInstances of this class are needed to use the callback functionality of the KHR_debug extension.Methods in org.lwjgl.opengles with parameters of type PointerWrapperModifier and TypeMethodDescriptionstatic 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)