Package 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
Fields
-
Field Details
-
CONST
static final int CONST- See Also:
-
VOLATILE
static final int VOLATILE- See Also:
-