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

      @NativeType("cl_mem") public static long clCreateFromGLTexture(@NativeType("cl_context") long context, @NativeType("cl_mem_flags") long flags, @NativeType("GLenum") int texture_target, @NativeType("GLint") int miplevel, @NativeType("GLuint") int texture, @NativeType("cl_int *") @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

      @NativeType("cl_mem") public static long clCreateFromGLTexture(@NativeType("cl_context") long context, @NativeType("cl_mem_flags") long flags, @NativeType("GLenum") int texture_target, @NativeType("GLint") int miplevel, @NativeType("GLuint") int texture, @NativeType("cl_int *") 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)