public class GLPBufferUtils extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
canCreateGLPbuffer() |
static javax.media.opengl.GLOffscreenAutoDrawable |
createPixelBuffer(int width,
int height) |
static javax.media.opengl.GLOffscreenAutoDrawable |
createPixelBuffer(int width,
int height,
javax.media.opengl.GLCapabilities cap) |
static javax.media.opengl.GLOffscreenAutoDrawable |
createPixelBuffer(int width,
int height,
javax.media.opengl.GLContext context) |
static javax.media.opengl.GLOffscreenAutoDrawable |
createPixelBuffer(int width,
int height,
javax.media.opengl.GLContext context,
javax.media.opengl.GLCapabilities cap) |
static void |
destroyPixelBuffer(javax.media.opengl.GLOffscreenAutoDrawable buffer) |
public static boolean canCreateGLPbuffer()
public static javax.media.opengl.GLOffscreenAutoDrawable createPixelBuffer(int width, int height)
public static javax.media.opengl.GLOffscreenAutoDrawable createPixelBuffer(int width, int height, javax.media.opengl.GLContext context)
public static javax.media.opengl.GLOffscreenAutoDrawable createPixelBuffer(int width, int height, javax.media.opengl.GLCapabilities cap)
public static javax.media.opengl.GLOffscreenAutoDrawable createPixelBuffer(int width, int height, javax.media.opengl.GLContext context, javax.media.opengl.GLCapabilities cap)
public static void destroyPixelBuffer(javax.media.opengl.GLOffscreenAutoDrawable buffer)
Copyright © 2013 Metron, Inc.. All rights reserved.