Package com.jme3.shader
Class Attribute
java.lang.Object
com.jme3.shader.ShaderVariable
com.jme3.shader.Attribute
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
-
Method Summary
Methods inherited from class com.jme3.shader.ShaderVariable
getLocation, getName, setLocation, setName
-
Constructor Details
-
Attribute
public Attribute()
-