The package GL.Fixed
This package includes all functionality related to the fixed function pipeline, which has been deprecated with OpenGL 3.0. These include:
- Vertex buffer object handling (see
gl_test-vbos.adb
in tests) - Lighting configuration (
GL.Fixed.Lighting
) - Modelview, projection, texture and color matrix stacks (
GL.Fixed.Matrix
) - Texture handling (
GL.Fixed.Textures
)