diff options
author | chai <chaifix@163.com> | 2019-12-23 23:59:02 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-12-23 23:59:02 +0800 |
commit | d49f3d3f73709a9a7c0bce53aa13ed28a2bd27cb (patch) | |
tree | 3fc2cca442106a56fc151c5faffbb24217ca83f5 /src/example/04_bloom/04_bloom.c | |
parent | ec111247c614663d8231245a17c314b9b8b4a28c (diff) |
*misc
Diffstat (limited to 'src/example/04_bloom/04_bloom.c')
-rw-r--r-- | src/example/04_bloom/04_bloom.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/example/04_bloom/04_bloom.c b/src/example/04_bloom/04_bloom.c index 6f37f62..4a79669 100644 --- a/src/example/04_bloom/04_bloom.c +++ b/src/example/04_bloom/04_bloom.c @@ -42,7 +42,6 @@ void onloadbloom(void* data) { ssr_perspective(90, ssr_getaspect(), 0.1, 10); //ssr_ortho(-5, 5, -4, 4, 0.1, 10); - ssr_setblendfunc(BLEND_SRC_ALPHA, BLEND_ONE_MINUS_SRC_ALPHA); albedo_tex = texture_create(600, 480); |