xref: /third_party/glslang/Test/spv.debugPrintf_Error.frag
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/glslang/Test/
1617a3babSopenharmony_ci#version 450
2617a3babSopenharmony_ci#extension GL_EXT_debug_printf : enable
3617a3babSopenharmony_ci
4617a3babSopenharmony_civoid main()
5617a3babSopenharmony_ci{
6617a3babSopenharmony_ci    // invalid hex sequence
7617a3babSopenharmony_ci    debugPrintfEXT("\xZ");
8617a3babSopenharmony_ci
9617a3babSopenharmony_ci    // not an octal sequence
10617a3babSopenharmony_ci    debugPrintfEXT("\8");
11617a3babSopenharmony_ci}
12

Indexes created Thu Nov 07 10:32:03 CST 2024