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