Package com.jogamp.opengl.cg
Class CGcontext
- java.lang.Object
-
- com.jogamp.opengl.cg.CGcontext
-
public class CGcontext extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CGcontext
create()
static CGcontext
create(ByteBuffer buf)
ByteBuffer
getBuffer()
static int
size()
-
-
-
Method Detail
-
size
public static int size()
-
create
public static CGcontext create()
-
create
public static CGcontext create(ByteBuffer buf)
-
getBuffer
public ByteBuffer getBuffer()
-
-