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