com.jogamp.gluegen.cgram.types
Interface CVAttributes


public interface CVAttributes

Enumeration for const/volatile attributes. These are passed in to the constructor of the type.


Field Summary
static int CONST
           
static int VOLATILE
           
 

Field Detail

CONST

static final int CONST
See Also:
Constant Field Values

VOLATILE

static final int VOLATILE
See Also:
Constant Field Values