// SPDX-FileCopyrightText: 2020 yuzu Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later #pragma once #include namespace HostShaders { constexpr std::string_view @CONTENTS_NAME@ = { @CONTENTS@ }; } // namespace HostShaders