projects
/
movit
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
In ResampleEffect, precompute the Lanczos function into a table.
[movit]
/
alpha_multiplication_effect.cpp
1
#include "alpha_multiplication_effect.h"
2
#include "util.h"
3
4
using namespace std;
5
6
namespace movit {
7
8
string AlphaMultiplicationEffect::output_fragment_shader()
9
{
10
return read_file("alpha_multiplication_effect.frag");
11
}
12
13
} // namespace movit