Updated GLI version used in GLM tests
This commit is contained in:
17
test/external/gli/core/flip.hpp
vendored
Normal file
17
test/external/gli/core/flip.hpp
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
#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"
|
||||
Reference in New Issue
Block a user