opengl.variable: Add a 'null_Variable' constant.
This commit is contained in:
@@ -20,9 +20,12 @@ is
|
|||||||
|
|
||||||
private
|
private
|
||||||
|
|
||||||
|
null_Variable : constant gl.GLint := gl.GLint'Last;
|
||||||
|
|
||||||
|
|
||||||
type Item is abstract tagged
|
type Item is abstract tagged
|
||||||
record
|
record
|
||||||
gl_Variable : gl.GLint;
|
gl_Variable : gl.GLint := null_Variable;
|
||||||
end record;
|
end record;
|
||||||
|
|
||||||
end openGL.Variable;
|
end openGL.Variable;
|
||||||
|
|||||||
Reference in New Issue
Block a user