source_shader.h.in 153 B

123456789
  1. #pragma once
  2. #include <string_view>
  3. namespace HostShaders {
  4. constexpr std::string_view @CONTENTS_NAME@ = R"(@CONTENTS@)";
  5. } // namespace HostShaders