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

@@ -2,6 +2,7 @@ private
with
openGL.Buffer.short_indices;
package openGL.Primitive.short_indexed
--
-- Provides a class for short indexed openGL primitives.
@@ -14,6 +15,7 @@ is
type Views is array (Index_t range <>) of View;
---------
-- Forge
--
@@ -37,6 +39,7 @@ is
procedure destroy (Self : in out Item);
--------------
-- Attributes
--
@@ -46,6 +49,7 @@ is
procedure Indices_are (Self : in out Item; Now : in long_Indices);
--------------
-- Operations
--
@@ -62,4 +66,5 @@ private
Indices : Buffer.short_indices.view;
end record;
end openGL.Primitive.short_indexed;