de.jreality.shader
Class GlslSource.UniformParameter

java.lang.Object
  extended by de.jreality.shader.GlslSource.UniformParameter
Enclosing class:
GlslSource

public class GlslSource.UniformParameter
extends Object


Method Summary
 int getArrayLength()
           
 int getDataSize()
           
 String getName()
           
 int getPrimitiveSize()
           
 Class getPrimitiveType()
           
 String getStringRep()
           
 String getType()
           
 boolean isArray()
           
 boolean isMatrix()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

isArray

public boolean isArray()

getName

public String getName()

getType

public String getType()

isMatrix

public boolean isMatrix()

getPrimitiveSize

public int getPrimitiveSize()

getDataSize

public int getDataSize()

getPrimitiveType

public Class getPrimitiveType()

getArrayLength

public int getArrayLength()

toString

public String toString()
Overrides:
toString in class Object

getStringRep

public String getStringRep()