opengl.model: Cosmetics.

This commit is contained in:
Rod Kay
2025-09-07 07:28:42 +10:00
parent b766155987
commit 65a5e2c6af
4 changed files with 0 additions and 163 deletions

View File

@@ -4,13 +4,11 @@ with
openGL.Program;
-- private
package openGL.Model.texturing
--
-- Provides texturing support for models.
--
is
--- Uniforms
--
@@ -40,13 +38,11 @@ is
texture_Set : in openGL.texture_Set.Item);
procedure create (Uniforms : out texturing.Uniforms;
for_Program : in openGL.Program.view);
-------------
--- Mixin ---
-------------
@@ -98,5 +94,4 @@ is
end Mixin;
end openGL.Model.texturing;