GLI  0.6.0
generate_mipmaps.hpp
Go to the documentation of this file.
1 
29 #pragma once
30 
31 #include "texture2d.hpp"
32 
33 namespace gli
34 {
35  template <typename texture>
36  texture generate_mipmaps(texture & Texture);
37 
38 }//namespace gli
39 
40 #include "generate_mipmaps.inl"
texture generate_mipmaps(texture &Texture)
OpenGL Image (gli.g-truc.net)