Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
glslang
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
glslang
Commits
5c08ecb4
Commit
5c08ecb4
authored
Jul 21, 2016
by
John Kessenich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tests: line-number change only: make room for more component tests.
parent
2f003ac4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
2 deletions
+13
-2
440.vert
Test/440.vert
+11
-0
440.vert.out
Test/baseResults/440.vert.out
+0
-0
revision.h
glslang/Include/revision.h
+2
-2
No files found.
Test/440.vert
View file @
5c08ecb4
...
@@ -63,6 +63,17 @@ layout(location = 1, component = 1) out; // ERROR, no global set
...
@@ -63,6 +63,17 @@ layout(location = 1, component = 1) out; // ERROR, no global set
layout
(
location
=
50
,
component
=
3
)
out
int
be
;
layout
(
location
=
50
,
component
=
3
)
out
int
be
;
layout
(
location
=
50
,
component
=
0
)
out
vec3
bf
;
layout
(
location
=
50
,
component
=
0
)
out
vec3
bf
;
//layout(location = 51, component = 1) out double dfo; // ERROR, odd component
//layout(location = 52, component = 2) out dvec2 dvo; // ERROR, overflow
//layout(location = 53) out double dfo2;
//layout(location = 53, component = 2) out vec2 ffv2; // okay, fits
//layout(location = 54) out dvec4 dvec4out; // uses up location 55 too
//layout(location = 55) out float overf; // ERROR, collides with previous dvec4
//layout(location = 56, component = 1) out vec2 df2o;
//layout(location = 56, component = 3) out float sf2o;
//layout(location = 57, component = 2) out vec2 dv3o;
//layout(location = 57, component = 3) out float sf4o; // ERROR, overlapping component
out
bblck1
{
out
bblck1
{
vec4
bbv
;
vec4
bbv
;
}
bbinst1
;
}
bbinst1
;
...
...
Test/baseResults/440.vert.out
View file @
5c08ecb4
This diff is collapsed.
Click to expand it.
glslang/Include/revision.h
View file @
5c08ecb4
...
@@ -2,5 +2,5 @@
...
@@ -2,5 +2,5 @@
// For the version, it uses the latest git tag followed by the number of commits.
// For the version, it uses the latest git tag followed by the number of commits.
// For the date, it uses the current date (when then script is run).
// For the date, it uses the current date (when then script is run).
#define GLSLANG_REVISION "SPIRV99.13
21
"
#define GLSLANG_REVISION "SPIRV99.13
30
"
#define GLSLANG_DATE "2
0
-Jul-2016"
#define GLSLANG_DATE "2
1
-Jul-2016"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment