mirror of
https://github.com/italicsjenga/slang-shaders.git
synced 2025-02-17 07:27:43 +11:00
12 lines
162 B
Text
12 lines
162 B
Text
|
#version 450
|
||
|
|
||
|
/*
|
||
|
Magic Bloom by luluco250
|
||
|
See .inc file for more info
|
||
|
*/
|
||
|
|
||
|
#define BLUR_PASS_4
|
||
|
|
||
|
#pragma alias tMagicBloom_4
|
||
|
|
||
|
#include "magicbloom_blur.inc"
|