summaryrefslogtreecommitdiffstats
path: root/src/video_core/host_shaders/source_shader.h.in
blob: ccdb0d2a9cc436a0320ed0bf0645a2a5961b5ccf (plain) (blame)
1
2
3
4
5
6
7
8
9
#pragma once

#include <string_view>

namespace HostShaders {

constexpr std::string_view @CONTENTS_NAME@ = R"(@CONTENTS@)";

} // namespace HostShaders