com.metsci.glimpse.gl.util
Class GLPBufferUtils
java.lang.Object
com.metsci.glimpse.gl.util.GLPBufferUtils
public class GLPBufferUtils
- extends java.lang.Object
Method Summary |
static boolean |
canCreateGLPbuffer()
|
static javax.media.opengl.GLPbuffer |
createPixelBuffer(int width,
int height)
|
static javax.media.opengl.GLPbuffer |
createPixelBuffer(int width,
int height,
javax.media.opengl.GLCapabilities cap)
|
static javax.media.opengl.GLPbuffer |
createPixelBuffer(int width,
int height,
javax.media.opengl.GLContext context)
|
static javax.media.opengl.GLPbuffer |
createPixelBuffer(int width,
int height,
javax.media.opengl.GLContext context,
javax.media.opengl.GLCapabilities cap)
|
static void |
destroyPixelBuffer(javax.media.opengl.GLPbuffer buffer)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
canCreateGLPbuffer
public static boolean canCreateGLPbuffer()
createPixelBuffer
public static javax.media.opengl.GLPbuffer createPixelBuffer(int width,
int height)
createPixelBuffer
public static javax.media.opengl.GLPbuffer createPixelBuffer(int width,
int height,
javax.media.opengl.GLContext context)
createPixelBuffer
public static javax.media.opengl.GLPbuffer createPixelBuffer(int width,
int height,
javax.media.opengl.GLCapabilities cap)
createPixelBuffer
public static javax.media.opengl.GLPbuffer createPixelBuffer(int width,
int height,
javax.media.opengl.GLContext context,
javax.media.opengl.GLCapabilities cap)
destroyPixelBuffer
public static void destroyPixelBuffer(javax.media.opengl.GLPbuffer buffer)
Copyright © 2012 Metron, Inc.. All Rights Reserved.