mirror of
https://github.com/italicsjenga/slang-shaders.git
synced 2024-11-24 00:21:31 +11:00
8 lines
200 B
Plaintext
8 lines
200 B
Plaintext
#version 450
|
|
|
|
#define LAYERS_UNDER_CRT
|
|
|
|
/////////////// IMPORTS ///////////////
|
|
#include "common/globals-and-image-layers-params.inc"
|
|
#include "common/common-functions.inc"
|
|
#include "bezel-images.inc" |