opengl.shader: Comment out debug code.

This commit is contained in:
Rod Kay
2023-05-07 12:22:03 +10:00
parent f7b88262be
commit e1bec3b089

View File

@@ -74,7 +74,7 @@ is
is
use GL.Pointers,
C.Strings;
use ada.Text_IO;
-- use ada.Text_IO;
use type interfaces.C.char_array;
@@ -86,11 +86,11 @@ is
Tasks.check;
new_Line (20);
for i in the_Source'Range
loop
put (Character (the_Source (i)));
end loop;
-- new_Line (20);
-- for i in the_Source'Range
-- loop
-- put (Character (the_Source (i)));
-- end loop;
Self.Kind := Kind;