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