abstract class AShaderBaseabstract 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:
RFloatRVec2RVec4RMat3RSampler2DAuthor
dennis.ippel