lace_opengl_0.1.0_672a6415/source/opengl-images.ads

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
with
     ada.Streams.Stream_IO;


package openGL.Images
--
--  Provides ability to create and manipulate images.
--
is

   function fetch_Image (Stream  : in Ada.Streams.Stream_IO.Stream_Access;
                         try_TGA : in Boolean) return openGL.Image;

end openGL.Images;