mirror of
https://github.com/italicsjenga/slang-shaders.git
synced 2024-11-24 00:21:31 +11:00
12 lines
287 B
Plaintext
12 lines
287 B
Plaintext
|
#version 450
|
||
|
|
||
|
#define IS_NO_REFLECT_PRESET
|
||
|
#define IS_HDR_PRESET
|
||
|
|
||
|
#include "../megatron/include/parameters-hdr-color.h"
|
||
|
#include "../megatron/include/gamma_correct.h"
|
||
|
#include "../megatron/include/inverse_tonemap.h"
|
||
|
|
||
|
#pragma format A2B10G10R10_UNORM_PACK32
|
||
|
|
||
|
#include "combine-passes.inc"
|