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

@@ -10,6 +10,7 @@ is
type Views is array (Index_t range <>) of View;
---------
-- Forge
--
@@ -23,6 +24,7 @@ is
function new_Primitive (Kind : in facet_Kind;
vertex_Count : in Natural) return Primitive.non_indexed.view;
--------------
-- Operations
--
@@ -39,4 +41,5 @@ private
vertex_Count : Natural := 0;
end record;
end openGL.Primitive.non_indexed;