Class FloatExtAttribute

java.lang.Object
com.badlogic.gdx.graphics.g3d.Attribute
com.badlogic.gdx.graphics.g3d.attributes.FloatAttribute
gaiasky.util.gdx.shader.FloatExtAttribute
All Implemented Interfaces:
Comparable<com.badlogic.gdx.graphics.g3d.Attribute>

public class FloatExtAttribute extends com.badlogic.gdx.graphics.g3d.attributes.FloatAttribute
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static long
     
    static String
     
    static long
     
    static String
     
    static long
     
    static String
     
    static long
     
    static String
     
    static long
     
    static String
     
    static long
     
    static String
     

    Fields inherited from class com.badlogic.gdx.graphics.g3d.attributes.FloatAttribute

    AlphaTest, AlphaTestAlias, Shininess, ShininessAlias, value

    Fields inherited from class com.badlogic.gdx.graphics.g3d.Attribute

    type
  • Constructor Summary

    Constructors
    Constructor
    Description
    FloatExtAttribute​(long type)
     
    FloatExtAttribute​(long type, float value)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.badlogic.gdx.graphics.g3d.Attribute
     

    Methods inherited from class com.badlogic.gdx.graphics.g3d.attributes.FloatAttribute

    compareTo, createAlphaTest, createShininess, hashCode

    Methods inherited from class com.badlogic.gdx.graphics.g3d.Attribute

    equals, equals, getAttributeAlias, getAttributeType, register, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

    • FloatExtAttribute

      public FloatExtAttribute(long type)
    • FloatExtAttribute

      public FloatExtAttribute(long type, float value)
  • Method Details

    • copy

      public com.badlogic.gdx.graphics.g3d.Attribute copy()
      Overrides:
      copy in class com.badlogic.gdx.graphics.g3d.attributes.FloatAttribute