blob: 8d5587840269f76b4346d3fa0466d0f35ed5122d [file] [log] [blame]
{{- /*
--------------------------------------------------------------------------------
Template file for use with tools/src/cmd/gen to generate builtin_value.cc
See:
* tools/src/cmd/gen for structures used by this template
* https://golang.org/pkg/text/template/ for documentation on the template syntax
--------------------------------------------------------------------------------
*/ -}}
{{- $I := LoadIntrinsics "src/tint/lang/core/core.def" -}}
{{- Import "src/tint/utils/templates/enums.tmpl.inc" -}}
#include "src/tint/lang/core/interpolation_type.h"
#include <string>
namespace tint::core {
{{ Eval "ParseEnum" ($I.Sem.Enum "interpolation_type")}}
{{ Eval "EnumOStream" ($I.Sem.Enum "interpolation_type")}}
} // namespace tint::core