13 #ifndef OGLPLUS_IMAGES_RANDOM_1107121519_HPP 
   14 #define OGLPLUS_IMAGES_RANDOM_1107121519_HPP 
   29     RandomRedUByte(GLsizei width, GLsizei height = 1, GLsizei depth = 1);
 
   41     RandomRGBUByte(GLsizei width, GLsizei height = 1, GLsizei depth = 1);
 
   47 #if !OGLPLUS_LINK_LIBRARY || defined(OGLPLUS_IMPLEMENTING_LIBRARY) 
   48 #include <oglplus/images/random.ipp> 
   51 #endif // include guard 
Creates a RGB (three components per pixel) white noise image. 
Definition: random.hpp:37
Wrapper for (texture) image data. 
Definition: image.hpp:45
Creates a RED (one component per pixel) white noise image. 
Definition: random.hpp:25