mirror of
https://github.com/italicsjenga/slang-shaders.git
synced 2024-11-22 15:51:30 +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_1
|
|
|
|
#pragma alias tMagicBloom_1
|
|
|
|
#include "magicbloom_blur.inc" |