mirror of
https://github.com/italicsjenga/slang-shaders.git
synced 2024-11-24 08:31:31 +11:00
fc7d957e50
To avoid duplicating the whole shader implementation, the needed define has been split into its own file, and the shader implementation is now in an include file.
9 lines
218 B
Plaintext
9 lines
218 B
Plaintext
#version 450
|
|
|
|
// This can't be an option without slowing the shader down.
|
|
// Note that only the fine mask works on SNES Classic Edition
|
|
// due to Mali 400 gpu precision.
|
|
#define FINEMASK
|
|
|
|
#include "zfast_crt_impl.inc"
|