chickadee » soil » load-ogl-texture

load-ogl-texture filename force-channels texture-id texture-flagsprocedure

Loads an image from disk into an OpenGL texture.

  • filename: Name of the file to load
  • force-channels: Format of image channels to force, see below definitions for appropriate values
  • texture-id: Use either texture-id/create-new-id or use an existing texture id to overwrite an existing texture
  • texture-flags: See below for appropriate texture/*** flags to use, i.e., texture/repeats or texture/mipmaps. Flags are bitwise, and can be combined with bitwise-ior

Returns an OpenGL texture ID.