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