opengl.geometry: Add multi-texture support to more geometries.
This commit is contained in:
@@ -74,6 +74,7 @@ is
|
||||
is
|
||||
use GL.Pointers,
|
||||
C.Strings;
|
||||
use ada.Text_IO;
|
||||
|
||||
use type interfaces.C.char_array;
|
||||
|
||||
@@ -84,10 +85,12 @@ is
|
||||
begin
|
||||
Tasks.check;
|
||||
|
||||
-- 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;
|
||||
|
||||
Reference in New Issue
Block a user