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