Class CubemapAttribute

  • All Implemented Interfaces:
    java.lang.Comparable<Attribute>

    public class CubemapAttribute
    extends Attribute
    • Field Detail

      • EnvironmentMapAlias

        public static final java.lang.String EnvironmentMapAlias
        See Also:
        Constant Field Values
      • EnvironmentMap

        public static final long EnvironmentMap
      • Mask

        protected static long Mask
    • Constructor Detail

      • CubemapAttribute

        public CubemapAttribute​(long type)
      • CubemapAttribute

        public CubemapAttribute​(long type,
                                TextureDescriptor<T> textureDescription)
      • CubemapAttribute

        public CubemapAttribute​(long type,
                                Cubemap texture)
    • Method Detail

      • is

        public static final boolean is​(long mask)
      • copy

        public Attribute copy()
        Specified by:
        copy in class Attribute
        Returns:
        An exact copy of this attribute
      • compareTo

        public int compareTo​(Attribute o)