opengl: Cosmetics.

This commit is contained in:
Rod Kay
2025-09-20 12:02:50 +10:00
parent e950ad5383
commit b679ac4bf5
7 changed files with 3 additions and 295 deletions

View File

@@ -191,8 +191,6 @@ is
procedure enable_Textures (Self : in out Item)
is
begin
-- ada.Text_IO.put_Line (Self.Model'Image);
texturing.enable (for_Model => Self.Model.all'Access,
Uniforms => texture_Uniforms,
texture_Set => Self.texture_Set);

View File

@@ -8,7 +8,6 @@ with
openGL.Model;
-- private
package openGL.Geometry.texturing
--
-- Provides texturing support for geometries.