opengl: Cosmetics.

This commit is contained in:
Rod Kay
2025-10-22 14:11:39 +11:00
parent 3e11a52f5d
commit 50821bb787
60 changed files with 304 additions and 520 deletions

View File

@@ -3,6 +3,7 @@ with
ada.Strings.unbounded.Hash,
ada.Containers.hashed_Maps;
package openGL.Texture
--
-- Provides openGL textures.
@@ -73,8 +74,6 @@ is
--
-- For rapid allocation/deallocation of texture objects.
-- TODO: Move this into a child package ?
type Pool is private;
type Pool_view is access all Pool;