Package org.lwjgl.opencl
Class KHRGLSharing
java.lang.Object
org.lwjgl.opencl.KHRGLSharing
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted as an attribute name in the 'properties' argument of clCreateContext and clCreateContextFromType:static final int
Accepted as the <param_name> argument of clGetGLContextInfoKHR:static final int
Accepted as the <param_name> argument of clGetGLContextInfoKHR:static final int
Accepted as an attribute name in the 'properties' argument of clCreateContext and clCreateContextFromType:static final int
Accepted as an attribute name in the 'properties' argument of clCreateContext and clCreateContextFromType:static final int
Accepted as an attribute name in the 'properties' argument of clCreateContext and clCreateContextFromType:static final int
Returned by clCreateContext, clCreateContextFromType, and clGetGLContextInfoKHR when an invalid OpenGL context or share group object handle is specified in <properties>:static final int
Accepted as an attribute name in the 'properties' argument of clCreateContext and clCreateContextFromType: -
Method Summary
Modifier and TypeMethodDescriptionstatic int
clGetGLContextInfoKHR
(PointerBuffer properties, int param_name, ByteBuffer param_value, PointerBuffer param_value_size_ret)
-
Field Details
-
CL_INVALID_GL_SHAREGROUP_REFERENCE_KHR
public static final int CL_INVALID_GL_SHAREGROUP_REFERENCE_KHRReturned by clCreateContext, clCreateContextFromType, and clGetGLContextInfoKHR when an invalid OpenGL context or share group object handle is specified in <properties>:- See Also:
-
CL_CURRENT_DEVICE_FOR_GL_CONTEXT_KHR
public static final int CL_CURRENT_DEVICE_FOR_GL_CONTEXT_KHRAccepted as the <param_name> argument of clGetGLContextInfoKHR:- See Also:
-
CL_DEVICES_FOR_GL_CONTEXT_KHR
public static final int CL_DEVICES_FOR_GL_CONTEXT_KHRAccepted as the <param_name> argument of clGetGLContextInfoKHR:- See Also:
-
CL_GL_CONTEXT_KHR
public static final int CL_GL_CONTEXT_KHRAccepted as an attribute name in the 'properties' argument of clCreateContext and clCreateContextFromType:- See Also:
-
CL_EGL_DISPLAY_KHR
public static final int CL_EGL_DISPLAY_KHRAccepted as an attribute name in the 'properties' argument of clCreateContext and clCreateContextFromType:- See Also:
-
CL_GLX_DISPLAY_KHR
public static final int CL_GLX_DISPLAY_KHRAccepted as an attribute name in the 'properties' argument of clCreateContext and clCreateContextFromType:- See Also:
-
CL_WGL_HDC_KHR
public static final int CL_WGL_HDC_KHRAccepted as an attribute name in the 'properties' argument of clCreateContext and clCreateContextFromType:- See Also:
-
CL_CGL_SHAREGROUP_KHR
public static final int CL_CGL_SHAREGROUP_KHRAccepted as an attribute name in the 'properties' argument of clCreateContext and clCreateContextFromType:- See Also:
-
-
Method Details
-
clGetGLContextInfoKHR
public static int clGetGLContextInfoKHR(PointerBuffer properties, int param_name, ByteBuffer param_value, PointerBuffer param_value_size_ret)
-