opengl: Fix simple warnings and cosmetics.

This commit is contained in:
Rod Kay
2025-09-20 12:31:05 +10:00
parent b679ac4bf5
commit f8cdf27998
46 changed files with 83 additions and 949 deletions

View File

@@ -1,6 +1,5 @@
with
openGL.Program.lit.textured_skinned,
openGL.texture_Set;
openGL.Program.lit.textured_skinned;
private
with
@@ -65,9 +64,4 @@ private
end record;
-- type Item is new Geometry.item with null record;
--
-- overriding
-- procedure enable_Textures (Self : in out Item);
end openGL.Geometry.lit_textured_skinned;