Methods in org.rococoa.cocoa.opengl with parameters of type OpenGLLibrary._CGLPBufferObject |
int |
OpenGLLibrary.CGLCreatePBuffer(int width,
int height,
int target,
int internalFormat,
int max_level,
OpenGLLibrary._CGLPBufferObject[] pbuffer)
|
int |
OpenGLLibrary.CGLDescribePBuffer(OpenGLLibrary._CGLPBufferObject obj,
IntBuffer width,
IntBuffer height,
IntBuffer target,
IntBuffer internalFormat,
IntBuffer mipmap)
|
int |
OpenGLLibrary.CGLDescribePBuffer(OpenGLLibrary._CGLPBufferObject obj,
IntByReference width,
IntByReference height,
IntByReference target,
IntByReference internalFormat,
IntByReference mipmap)
Deprecated. use the safer methods OpenGLLibrary.CGLDescribePBuffer(org.rococoa.cocoa.opengl.OpenGLLibrary._CGLPBufferObject, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer) and OpenGLLibrary.CGLDescribePBuffer(org.rococoa.cocoa.opengl.OpenGLLibrary._CGLPBufferObject, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.IntByReference) instead |
int |
OpenGLLibrary.CGLDestroyPBuffer(OpenGLLibrary._CGLPBufferObject pbuffer)
|
int |
OpenGLLibrary.CGLGetPBuffer(OpenGLLibrary._CGLContextObject ctx,
OpenGLLibrary._CGLPBufferObject[] pbuffer,
IntBuffer face,
IntBuffer level,
IntBuffer screen)
|
int |
OpenGLLibrary.CGLGetPBuffer(OpenGLLibrary._CGLContextObject ctx,
OpenGLLibrary._CGLPBufferObject[] pbuffer,
IntByReference face,
IntByReference level,
IntByReference screen)
|
int |
OpenGLLibrary.CGLGetPBufferRetainCount(OpenGLLibrary._CGLPBufferObject pbuffer)
Original signature : GLuint CGLGetPBufferRetainCount(CGLPBufferObj)
native declaration : /System/Library/Frameworks/OpenGL.framework/Headers/OpenGL.h:61 |
void |
OpenGLLibrary.CGLReleasePBuffer(OpenGLLibrary._CGLPBufferObject pbuffer)
Original signature : void CGLReleasePBuffer(CGLPBufferObj)
native declaration : /System/Library/Frameworks/OpenGL.framework/Headers/OpenGL.h:60 |
OpenGLLibrary._CGLPBufferObject |
OpenGLLibrary.CGLRetainPBuffer(OpenGLLibrary._CGLPBufferObject pbuffer)
Original signature : CGLPBufferObj CGLRetainPBuffer(CGLPBufferObj)
native declaration : /System/Library/Frameworks/OpenGL.framework/Headers/OpenGL.h:59 |
int |
OpenGLLibrary.CGLSetPBuffer(OpenGLLibrary._CGLContextObject ctx,
OpenGLLibrary._CGLPBufferObject pbuffer,
int face,
int level,
int screen)
|
int |
OpenGLLibrary.CGLTexImagePBuffer(OpenGLLibrary._CGLContextObject ctx,
OpenGLLibrary._CGLPBufferObject pbuffer,
int source)
|