mirror of
https://github.com/italicsjenga/slang-shaders.git
synced 2024-11-24 00:21:31 +11:00
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"
|