mirror of
https://github.com/italicsjenga/slang-shaders.git
synced 2025-02-17 15:37:41 +11:00
9 lines
No EOL
256 B
Text
9 lines
No EOL
256 B
Text
#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" |