Class CL12GL

java.lang.Object
org.lwjgl.opencl.CL10GL
org.lwjgl.opencl.CL12GL

public class CL12GL extends CL10GL
  • Field Details

    • CL_GL_OBJECT_TEXTURE_2D_ARRAY

      public static final int CL_GL_OBJECT_TEXTURE_2D_ARRAY
      See Also:
    • CL_GL_OBJECT_TEXTURE1D

      public static final int CL_GL_OBJECT_TEXTURE1D
      See Also:
    • CL_GL_OBJECT_TEXTURE1D_ARRAY

      public static final int CL_GL_OBJECT_TEXTURE1D_ARRAY
      See Also:
    • CL_GL_OBJECT_TEXTURE_BUFFER

      public static final int CL_GL_OBJECT_TEXTURE_BUFFER
      See Also:
  • Method Details

    • nclCreateFromGLTexture

      public static long nclCreateFromGLTexture(long context, long flags, int texture_target, int miplevel, int texture, long errcode_ret)
      cl_mem clCreateFromGLTexture(cl_context context, cl_mem_flags flags, GLenum texture_target, GLint miplevel, GLuint texture, cl_int * errcode_ret)
    • clCreateFromGLTexture

      public static long clCreateFromGLTexture(long context, long flags, int texture_target, int miplevel, int texture, @Nullable IntBuffer errcode_ret)
      cl_mem clCreateFromGLTexture(cl_context context, cl_mem_flags flags, GLenum texture_target, GLint miplevel, GLuint texture, cl_int * errcode_ret)
    • clCreateFromGLTexture

      public static long clCreateFromGLTexture(long context, long flags, int texture_target, int miplevel, int texture, int @Nullable [] errcode_ret)
      cl_mem clCreateFromGLTexture(cl_context context, cl_mem_flags flags, GLenum texture_target, GLint miplevel, GLuint texture, cl_int * errcode_ret)