public class IntAttribute extends Attribute
| Modifier and Type | Field and Description |
|---|---|
static long |
CullFace |
static String |
CullFaceAlias |
int |
value |
| Constructor and Description |
|---|
IntAttribute(long type) |
IntAttribute(long type,
int value) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Attribute o) |
Attribute |
copy() |
static IntAttribute |
createCullFace(int value)
create a cull face attribute to be used in a material
|
int |
hashCode() |
equals, getAttributeAlias, getAttributeType, toStringpublic static final String CullFaceAlias
public static final long CullFace
public int value
public IntAttribute(long type)
public IntAttribute(long type,
int value)
public static IntAttribute createCullFace(int value)
value - cull face value, possible values are GL_FRONT_AND_BACK, GL_BACK, GL_FRONT, or -1 to inherit defaultpublic Attribute copy()
public int compareTo(Attribute o)
Copyright © 2021. All rights reserved.