opengl: Fix simple warnings and cosmetics.
This commit is contained in:
@@ -12,7 +12,6 @@ is
|
||||
package textured_Model is new texturing.Mixin (openGL.Model.billboard.item);
|
||||
|
||||
type Item (Lucid : Boolean) is new textured_Model.textured_item with private;
|
||||
-- type Item (Lucid : Boolean) is new Model.billboard.item with private;
|
||||
type View is access all Item'Class;
|
||||
|
||||
type Image_view is access Image;
|
||||
@@ -51,28 +50,9 @@ is
|
||||
procedure Image_is (Self : in out Item; Now : in lucid_Image);
|
||||
|
||||
|
||||
------------
|
||||
-- Texturing
|
||||
--
|
||||
|
||||
-- overriding
|
||||
-- function Fade (Self : in Item; Which : in texture_Set.texture_Id) return texture_Set.fade_Level;
|
||||
--
|
||||
-- overriding
|
||||
-- procedure Fade_is (Self : in out Item; Which : in texture_Set.texture_Id;
|
||||
-- Now : in texture_Set.fade_Level);
|
||||
--
|
||||
-- procedure Texture_is (Self : in out Item; Which : in texture_Set.texture_Id;
|
||||
-- Now : in asset_Name);
|
||||
--
|
||||
-- overriding
|
||||
-- function texture_Count (Self : in Item) return Natural;
|
||||
|
||||
|
||||
|
||||
private
|
||||
|
||||
-- type Item (Lucid : Boolean) is new Model.billboard.item with
|
||||
type Item (Lucid : Boolean) is new textured_Model.textured_item with
|
||||
record
|
||||
texture_Name : asset_Name := null_Asset;
|
||||
|
||||
Reference in New Issue
Block a user