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