public final class APPLEGLSharing
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
CL_CGL_DEVICE_FOR_CURRENT_VIRTUAL_SCREEN_APPLE
Returns a cl_device_id for the CL device associated with the virtual screen for
the given CGL context.
|
static int |
CL_CGL_DEVICES_FOR_SUPPORTED_VIRTUAL_SCREENS_APPLE
Returns an array of cl_device_ids for the CL device(s) corresponding to
the virtual screen(s) for the given CGL context.
|
static int |
CL_CONTEXT_PROPERTY_USE_CGL_SHAREGROUP_APPLE
This enumerated value can be specified as part of the <properties> argument passed to clCreateContext
to allow OpenCL compliant devices in an existing CGL share group to be used as the devices in
the newly created CL context.
|
static int |
CL_INVALID_GL_CONTEXT_APPLE
Error code returned by clGetGLContextInfoAPPLE if an invalid platform_gl_ctx is provided
|
Modifier and Type | Method and Description |
---|---|
static int |
clGetGLContextInfoAPPLE(CLContext context,
PointerBuffer platform_gl_ctx,
int param_name,
java.nio.ByteBuffer param_value,
PointerBuffer param_value_size_ret) |
public static final int CL_CONTEXT_PROPERTY_USE_CGL_SHAREGROUP_APPLE
public static final int CL_CGL_DEVICE_FOR_CURRENT_VIRTUAL_SCREEN_APPLE
public static final int CL_CGL_DEVICES_FOR_SUPPORTED_VIRTUAL_SCREENS_APPLE
public static final int CL_INVALID_GL_CONTEXT_APPLE
public static int clGetGLContextInfoAPPLE(CLContext context, PointerBuffer platform_gl_ctx, int param_name, java.nio.ByteBuffer param_value, PointerBuffer param_value_size_ret)
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.