demotool/glm/test/external/gli/core/flip.hpp

18 lines
287 B
C++
Raw Normal View History

2017-09-30 10:26:30 +02:00
#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"