com.jogamp.opengl.cg
Class CGprogram

java.lang.Object
  extended by com.jogamp.opengl.cg.CGprogram

public class CGprogram
extends Object


Method Summary
static CGprogram create()
           
static CGprogram create(ByteBuffer buf)
           
 ByteBuffer getBuffer()
           
static int size()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

size

public static int size()

create

public static CGprogram create()

create

public static CGprogram create(ByteBuffer buf)

getBuffer

public ByteBuffer getBuffer()


Copyright 2010 JogAmp Community.