opengl: Rename 'openGL.Geometry.texturing' to 'openGL.texturing'.
This commit is contained in:
@@ -2,7 +2,8 @@ with
|
||||
openGL.remote_Model,
|
||||
openGL.Font,
|
||||
openGL.Texture,
|
||||
openGL.Geometry.texturing;
|
||||
openGL.Geometry,
|
||||
openGL.texturing;
|
||||
|
||||
|
||||
package openGL.Model
|
||||
@@ -73,9 +74,9 @@ is
|
||||
-- Texturing
|
||||
--
|
||||
|
||||
function Fade (Self : in Item; Which : in Geometry.texture_Id) return Geometry.Texturing.fade_Level;
|
||||
procedure Fade_is (Self : in out Item; Which : in Geometry.texture_Id;
|
||||
Now : in Geometry.Texturing.fade_Level);
|
||||
function Fade (Self : in Item; Which : in texturing.texture_Id) return texturing.fade_Level;
|
||||
procedure Fade_is (Self : in out Item; Which : in texturing.texture_Id;
|
||||
Now : in texturing.fade_Level);
|
||||
|
||||
function texture_Count (Self : in Item) return Natural;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user