summaryrefslogtreecommitdiffstats
path: root/tests/bugs/glsl-layout-define.hlsl.expected
blob: 028c8032563b45ea43ad4b282710ac00e19c5c47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
result code = -1
standard error = {
tests/bugs/glsl-layout-define.hlsl(4): error 30015: undefined identifier 'UNDEFINED_VK_BINDING'.
    binding = UNDEFINED_VK_BINDING,
              ^~~~~~~~~~~~~~~~~~~~
tests/bugs/glsl-layout-define.hlsl(5): error 30015: undefined identifier 'UNDEFINED_VK_SET'.
    set = UNDEFINED_VK_SET)
          ^~~~~~~~~~~~~~~~
(0): error 30015: undefined identifier 'main'.
tests/bugs/glsl-layout-define.hlsl(3): error 38000: no function found matching entry point name 'main'
layout(
^~~~~~
}
standard output = {
}