glm/test/external/gli/core/flip.hpp
2016-11-18 23:16:29 +01:00

18 lines
287 B
C++

#pragma once
#include <array>
#include "../texture2d.hpp"
#include "../texture2d_array.hpp"
#include "../texture_cube.hpp"
#include "../texture_cube_array.hpp"
namespace gli
{
template <typename texture>
texture flip(texture const & Texture);
}//namespace gli
#include "flip.inl"