Uses of Interface
org.lwjgl.PointerWrapper
Packages that use PointerWrapper
-
Uses of PointerWrapper in org.lwjgl
Classes in org.lwjgl that implement PointerWrapperModifier and TypeClassDescriptionclass
Base 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 TypeClassDescriptionclass
Instances of this class can be used to receive OpenCL program build notifications.final class
This class is a wrapper around a cl_command_queue pointer.class
Instances of this class can be used to receive OpenCL program compilation notifications.final class
This class is a wrapper around a cl_context pointer.class
Instances of this class can be used to receive OpenCL context error notifications.final class
This class is a wrapper around a cl_device_id pointer.final class
This class is a wrapper around a cl_mem pointer.class
Instances of this class can be used to handle OpenCL event callbacks.final class
This class is a wrapper around a cl_kernel pointer.class
Instances of this class can be used to receive OpenCL program linkage notifications.final class
This class is a wrapper around a cl_mem pointer.class
Instances of this class can be used to receive OpenCL memory object destruction notifications.class
Instances of this class can be used to execute native kernels.final class
This class is a wrapper around a cl_platform_id pointer.class
Instances of this class can be used to receive OpenCL printf messages.final class
This class is a wrapper around a cl_program pointer.final class
This 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 class
Instances of this class are needed to use the callback functionality of the AMD_debug_output extension.final class
Instances of this class are needed to use the callback functionality of the ARB_debug_output extension.final class
This class is a wrapper around a GLsync pointer.final class
Instances 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 String
GL43.glGetObjectPtrLabel
(PointerWrapper ptr, int bufSize) Overloads glGetObjectPtrLabel.static void
GL43.glGetObjectPtrLabel
(PointerWrapper ptr, IntBuffer length, ByteBuffer label) static String
KHRDebug.glGetObjectPtrLabel
(PointerWrapper ptr, int bufSize) Overloads glGetObjectPtrLabel.static void
KHRDebug.glGetObjectPtrLabel
(PointerWrapper ptr, IntBuffer length, ByteBuffer label) static void
GL43.glObjectPtrLabel
(PointerWrapper ptr, CharSequence label) Overloads glObjectPtrLabel.static void
GL43.glObjectPtrLabel
(PointerWrapper ptr, ByteBuffer label) static void
KHRDebug.glObjectPtrLabel
(PointerWrapper ptr, CharSequence label) Overloads glObjectPtrLabel.static void
KHRDebug.glObjectPtrLabel
(PointerWrapper ptr, ByteBuffer label) -
Uses of PointerWrapper in org.lwjgl.opengles
Classes in org.lwjgl.opengles that implement PointerWrapperModifier and TypeClassDescriptionfinal class
EGLConfig wrapper class.final class
EGLContext wrapper class.final class
EGLDisplay wrapper class.final class
EGLImageOES wrapper class.final class
EGLSurface wrapper class.class
EGLSyncKHR wrapper class.class
EGLSyncNV wrapper class.final class
This class is a wrapper around a GLsync pointer.final class
Instances 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 String
KHRDebug.glGetObjectPtrLabel
(PointerWrapper ptr, int bufSize) Overloads glGetObjectPtrLabel.static void
KHRDebug.glGetObjectPtrLabel
(PointerWrapper ptr, IntBuffer length, ByteBuffer label) static void
KHRDebug.glObjectPtrLabel
(PointerWrapper ptr, CharSequence label) Overloads glObjectPtrLabel.static void
KHRDebug.glObjectPtrLabel
(PointerWrapper ptr, ByteBuffer label)