~ubuntu-branches/ubuntu/utopic/movit/utopic-proposed

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#include "mirror_effect.h"
#include "util.h"

using namespace std;

namespace movit {

MirrorEffect::MirrorEffect()
{
}

string MirrorEffect::output_fragment_shader()
{
	return read_file("mirror_effect.frag");
}

}  // namespace movit