opengl.variable.uniform: Add a 'gl_Variable' function.

This commit is contained in:
Rod Kay
2023-05-05 01:04:58 +10:00
parent 9655567e96
commit 6a8da0bd4b
2 changed files with 16 additions and 1 deletions

View File

@@ -45,6 +45,16 @@ is
end destroy;
function gl_Variable (Self : in Item) return GL.GLint
is
begin
return Self.gl_Variable;
end gl_Variable;
-----------
-- Actuals
--

View File

@@ -21,6 +21,11 @@ is
procedure destroy (Self : in out Item);
function gl_Variable (Self : in Item) return GL.GLint;
-----------
-- Actuals
--