DevIL Logo
      A full featured cross-platform image library.


About

News

Download

SourceForge Home

Documentation
Tutorials

Logos

Links

Projects

Contact Us

Tutorial 2: DevIL Type DefinitionsLast Revised: 6:43 PM 11/26/2000
DevIL uses a datatype system similar to OpenGL's. DevIL's datatype system allows for easy portability between platforms and a consistent integer and real definition. DevIL types are guaranteed to be exactly the same size on any platform. These types are used everywhere throughout DevIL to maximize portability. The list of types follows:

  • ILenum
  • ILboolean
  • ILbitfield
  • ILbyte
  • ILshort
  • ILint
  • ILsizei
  • ILubyte
  • ILushort
  • ILuint
  • ILfloat
  • ILclampf
  • ILdouble
  • ILclampd
  • ILvoid