blob: 837c226f0e49be6574211472a3f46314bc8fbf8a [file] [log] [blame]
{{- /*
--------------------------------------------------------------------------------
Template file for use with tools/src/cmd/gen to generate texel_format.h
See:
* tools/src/cmd/gen for structures used by this template
* https://golang.org/pkg/text/template/ for documentation on the template syntax
--------------------------------------------------------------------------------
*/ -}}
{{- Import "src/tint/templates/enums.tmpl.inc" -}}
{{- $enum := (Sem.Enum "texel_format") -}}
#ifndef SRC_TINT_TYPE_TEXEL_FORMAT_H_
#define SRC_TINT_TYPE_TEXEL_FORMAT_H_
#include <ostream>
namespace tint::type {
/// Enumerator of texel formats
{{ Eval "DeclareEnum" $enum}}
} // namespace tint::type
#endif // SRC_TINT_TYPE_TEXEL_FORMAT_H_