| Modifier and Type | Field and Description |
|---|---|
static long |
EnvironmentMap |
static java.lang.String |
EnvironmentMapAlias |
protected static long |
Mask |
TextureDescriptor<Cubemap> |
textureDescription |
| Constructor and Description |
|---|
CubemapAttribute(CubemapAttribute copyFrom) |
CubemapAttribute(long type) |
CubemapAttribute(long type,
Cubemap texture) |
CubemapAttribute(long type,
TextureDescriptor<T> textureDescription) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Attribute o) |
Attribute |
copy() |
int |
hashCode() |
static boolean |
is(long mask) |
equals, equals, getAttributeAlias, getAttributeType, register, toStringpublic static final java.lang.String EnvironmentMapAlias
public static final long EnvironmentMap
protected static long Mask
public final TextureDescriptor<Cubemap> textureDescription
public CubemapAttribute(long type)
public CubemapAttribute(long type,
TextureDescriptor<T> textureDescription)
public CubemapAttribute(long type,
Cubemap texture)
public CubemapAttribute(CubemapAttribute copyFrom)