opengl: Cosmetics.

This commit is contained in:
Rod Kay
2023-11-10 19:24:40 +11:00
parent e7e0f6fc09
commit c9ecff7d86
7 changed files with 22 additions and 18 deletions

View File

@@ -9,12 +9,13 @@ with
package openGL.Geometry.textured
--
-- Supports per-vertex site and texture.
-- Supports 'per-vertex' site and texture.
--
is
type Item is new openGL.Geometry.item with private;
type View is access all Item'Class;
function new_Geometry return View;