opengl: Rid 'Texture' and 'Texture_is' for texture_Sets.

This commit is contained in:
Rod Kay
2025-09-25 15:12:14 +10:00
parent 9ccf2d3cb5
commit 5a003202bf
32 changed files with 192 additions and 127 deletions

View File

@@ -74,6 +74,10 @@ is
-- Texturing
--
function texture_Object (Self : in Item; Which : in texture_Set.texture_Id) return texture.Object;
procedure texture_Object_is (Self : in out Item; Which : in texture_Set.texture_Id;
Now : in texture.Object);
function Fade (Self : in Item; Which : in texture_Set.texture_Id) return texture_Set.fade_Level;
procedure Fade_is (Self : in out Item; Which : in texture_Set.texture_Id;
Now : in texture_Set.fade_Level);