abstract class AShaderBase
abstract class AShaderBase
This abstract class defines all the data types that are used in a shader. The data types reflect the data types that are used in GLSL. Because most of the data type names are reserved keywords in Java they are prefixed with 'R'. For instance:
RFloat
RVec2
RVec4
RMat3
RSampler2D
Author
dennis.ippel