com.jme3.shader
Class Attribute

java.lang.Object
  extended by com.jme3.shader.ShaderVariable
      extended by com.jme3.shader.Attribute

public class Attribute
extends ShaderVariable

An attribute is a shader variable mapping to a VertexBuffer data on the CPU.


Field Summary
 
Fields inherited from class com.jme3.shader.ShaderVariable
LOC_NOT_DEFINED, LOC_UNKNOWN, location, name, updateNeeded
 
Constructor Summary
Attribute()
           
 
Method Summary
 
Methods inherited from class com.jme3.shader.ShaderVariable
getLocation, getName, setLocation, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Attribute

public Attribute()