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
34177cd7
Commit
34177cd7
authored
Aug 08, 2016
by
John Kessenich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tests: Test base case for fixing issue #443.
parent
4583b61e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
440.vert
Test/440.vert
+3
-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 @
34177cd7
...
...
@@ -73,6 +73,9 @@ 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
layout
(
location
=
58
)
out
flat
dvec3
dv3o2
;
// uses part of location 59
layout
(
location
=
59
,
component
=
2
)
out
flat
double
dfo3
;
// okay, fits
layout
(
location
=
59
,
component
=
0
)
out
flat
double
dfo4
;
// ERROR, overlaps the dvec3 in starting in 58
out
bblck1
{
vec4
bbv
;
...
...
Test/baseResults/440.vert.out
View file @
34177cd7
This diff is collapsed.
Click to expand it.
glslang/Include/revision.h
View file @
34177cd7
...
...
@@ -2,5 +2,5 @@
// 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).
#define GLSLANG_REVISION "SPIRV99.139
1
"
#define GLSLANG_DATE "0
7
-Aug-2016"
#define GLSLANG_REVISION "SPIRV99.139
3
"
#define GLSLANG_DATE "0
8
-Aug-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