#pragma once #include <string_view> namespace HostShaders { constexpr std::string_view @CONTENTS_NAME@ = R"(@CONTENTS@)"; } // namespace HostShaders