-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
350f46a
commit fda2279
Showing
5 changed files
with
21 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
result code = -1 | ||
standard error = { | ||
tests/bugs/glsl-layout-define.hlsl(4): error 20001: unexpected identifier, expected integer literal | ||
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 20001: unexpected identifier, expected integer literal | ||
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 = { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters