java.lang.Object
de.grogra.glsl.material.channel.Result
Result of all GLSLChanelMap Shaders. Holds String representation and type of
a Shaders result.
- Author:
- Konni Hartmann
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
ET_UNKNOWN
public static final int ET_UNKNOWN- See Also:
-
ET_FLOAT
public static final int ET_FLOAT- See Also:
-
ET_VEC2
public static final int ET_VEC2- See Also:
-
ET_VEC3
public static final int ET_VEC3- See Also:
-
ET_VEC4
public static final int ET_VEC4- See Also:
-
ET_BOOL
public static final int ET_BOOL- See Also:
-
-
Constructor Details
-
Result
-
-
Method Details