opengl.shader: Comment out debug code.
This commit is contained in:
@@ -74,7 +74,7 @@ is
|
|||||||
is
|
is
|
||||||
use GL.Pointers,
|
use GL.Pointers,
|
||||||
C.Strings;
|
C.Strings;
|
||||||
use ada.Text_IO;
|
-- use ada.Text_IO;
|
||||||
|
|
||||||
use type interfaces.C.char_array;
|
use type interfaces.C.char_array;
|
||||||
|
|
||||||
@@ -86,11 +86,11 @@ is
|
|||||||
Tasks.check;
|
Tasks.check;
|
||||||
|
|
||||||
|
|
||||||
new_Line (20);
|
-- new_Line (20);
|
||||||
for i in the_Source'Range
|
-- for i in the_Source'Range
|
||||||
loop
|
-- loop
|
||||||
put (Character (the_Source (i)));
|
-- put (Character (the_Source (i)));
|
||||||
end loop;
|
-- end loop;
|
||||||
|
|
||||||
|
|
||||||
Self.Kind := Kind;
|
Self.Kind := Kind;
|
||||||
|
|||||||
Reference in New Issue
Block a user