org.rajawali3d.materials.shaders / AShaderBase

AShaderBase

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:

Author
dennis.ippel