|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface GLPixelBuffer.SingletonGLPixelBufferProvider
Single GLPixelBuffer
provider.
Method Summary | |
---|---|
GLPixelBuffer |
getSingleBuffer(GLPixelBuffer.GLPixelAttributes pixelAttributes)
Return the last allocated GLPixelBuffer w/ GLPixelBuffer.GLPixelAttributes.componentCount . |
GLPixelBuffer |
initSingleton(int componentCount,
int width,
int height,
int depth,
boolean pack)
Initializes the single GLPixelBuffer w/ a given size, if not yet allocated . |
Methods inherited from interface com.jogamp.opengl.util.GLPixelBuffer.GLPixelBufferProvider |
---|
allocate, getAttributes |
Method Detail |
---|
GLPixelBuffer getSingleBuffer(GLPixelBuffer.GLPixelAttributes pixelAttributes)
allocated
GLPixelBuffer
w/ GLPixelBuffer.GLPixelAttributes.componentCount
.
GLPixelBuffer initSingleton(int componentCount, int width, int height, int depth, boolean pack)
GLPixelBuffer
w/ a given size, if not yet allocated
.
GLPixelBuffer
, or null if already allocated.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |