org.lwjgl.opencl
Class CL12GL
java.lang.Object
org.lwjgl.opencl.CL12GL
public final class CL12GL
- extends java.lang.Object
The core OpenCL 1.2 OpenGL interrop functionality.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CL_GL_OBJECT_TEXTURE2D_ARRAY
public static final int CL_GL_OBJECT_TEXTURE2D_ARRAY
- See Also:
- Constant Field Values
CL_GL_OBJECT_TEXTURE1D
public static final int CL_GL_OBJECT_TEXTURE1D
- See Also:
- Constant Field Values
CL_GL_OBJECT_TEXTURE1D_ARRAY
public static final int CL_GL_OBJECT_TEXTURE1D_ARRAY
- See Also:
- Constant Field Values
CL_GL_OBJECT_TEXTURE_BUFFER
public static final int CL_GL_OBJECT_TEXTURE_BUFFER
- See Also:
- Constant Field Values
clCreateFromGLTexture
public static CLMem clCreateFromGLTexture(CLContext context,
long flags,
int target,
int miplevel,
int texture,
java.nio.IntBuffer errcode_ret)
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.