source_shader.h.in 152 B

1234567891011
  1. #pragma once
  2. #include <string_view>
  3. namespace HostShaders {
  4. constexpr std::string_view @CONTENTS_NAME@ = {
  5. @CONTENTS@
  6. };
  7. } // namespace HostShaders