package tinylib.shaders
| GouraudShader | Gouraud Shader |
| GouraudShaderDC | Gouraud Shader with depth cueing |
| GouraudShaderUV | Gouraud Shader using texture |
| GouraudShaderUVDC | Gouraud Shader using texture and depth cueing |
| PhongShader | Phong Shader |
| PhongShaderDC | Phong Shader with depth cueing |
| PhongShaderUV | Phong Shader using texture |
| PhongShaderUVDC | Phong Shader using texture and depth cueing |
| Shader2D | 2D-like Shader. A plane always face camera. |
| Shader2DUV | 2D-like Shader using texture. A plane always face the camera. |
| SimpleShader | Simple shader. This never mind light. |
| SimpleShaderUV | Simple shader using texture. This class never minds light. |