mirror of
https://github.com/italicsjenga/slang-shaders.git
synced 2024-11-24 00:21:31 +11:00
8 lines
190 B
Plaintext
8 lines
190 B
Plaintext
#version 450
|
|
|
|
#define IS_POTATO_PRESET
|
|
|
|
#include "common/globals-and-screen-scale-params.inc"
|
|
#include "common/helper-functions.inc"
|
|
#include "common/base-functions.inc"
|
|
#include "intro.inc" |