15/02/2010 GLI 0.2.1.0 released

GLI 0.2.1.0 is available.

This update mainly aims to make GLI more convenient to use within the upcoming update of my raytracer project.

It adds a useful texelWrite function to directly write a texel of a define format to a GLI image. It's actually the counter part of the texelFetch function.

texelWrite declaration:
  • template <typename gentype>
  • void texelWrite(
  • image & Image,
  • glm::uvec2 const & Texcoord,
  • image::level_type const & Level,
  • genType const & Color);
G-Truc Creation 6.3 released >
< Visual Studio 2010 RC released
Copyright © Christophe Riccio 2002-2016 all rights reserved
Designed for Chrome 9, Firefox 4, Opera 11 and Safari 5