mirror of
https://github.com/italicsjenga/slang-shaders.git
synced 2024-11-23 00:01:31 +11:00
12 lines
162 B
Plaintext
12 lines
162 B
Plaintext
|
#version 450
|
||
|
|
||
|
/*
|
||
|
Magic Bloom by luluco250
|
||
|
See .inc file for more info
|
||
|
*/
|
||
|
|
||
|
#define BLUR_PASS_3
|
||
|
|
||
|
#pragma alias tMagicBloom_3
|
||
|
|
||
|
#include "magicbloom_blur.inc"
|