opengl.variable.uniform: Add a 'gl_Variable' function.
This commit is contained in:
@@ -45,6 +45,16 @@ is
|
|||||||
end destroy;
|
end destroy;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
function gl_Variable (Self : in Item) return GL.GLint
|
||||||
|
is
|
||||||
|
begin
|
||||||
|
return Self.gl_Variable;
|
||||||
|
end gl_Variable;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
-----------
|
-----------
|
||||||
-- Actuals
|
-- Actuals
|
||||||
--
|
--
|
||||||
|
|||||||
@@ -21,6 +21,11 @@ is
|
|||||||
procedure destroy (Self : in out Item);
|
procedure destroy (Self : in out Item);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
function gl_Variable (Self : in Item) return GL.GLint;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
-----------
|
-----------
|
||||||
-- Actuals
|
-- Actuals
|
||||||
--
|
--
|
||||||
|
|||||||
Reference in New Issue
Block a user