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
789086a8
Commit
789086a8
authored
Mar 03, 2017
by
John Kessenich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
HLSL: Test for issue #699.
parent
322cb192
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
1 deletion
+11
-1
hlsl.struct.frag.out
Test/baseResults/hlsl.struct.frag.out
+0
-0
hlsl.struct.frag
Test/hlsl.struct.frag
+10
-0
revision.h
glslang/Include/revision.h
+1
-1
No files found.
Test/baseResults/hlsl.struct.frag.out
View file @
789086a8
This diff is collapsed.
Click to expand it.
Test/hlsl.struct.frag
View file @
789086a8
...
...
@@ -30,6 +30,12 @@ struct IN_S {
float
ff5
:
packoffset
(
c101
.
y
)
:
register
(
ps_5_0
,
s
[
5
]);
float
ff6
:
packoffset
(
c102
.
y
)
:
register
(
s3
[
5
]);
struct
empty
{};
struct
containEmpty
{
empty
e
;
};
float4
PixelShaderFunction
(
float4
input
,
IN_S
s
)
:
COLOR0
{
class
FS
{
...
...
@@ -39,5 +45,9 @@ float4 PixelShaderFunction(float4 input, IN_S s) : COLOR0
s3
==
s3
;
s2
.
i
=
s
.
ff4
;
containEmpty
ce
;
empty
e
;
e
=
ce
.
e
;
return
input
;
}
glslang/Include/revision.h
View file @
789086a8
...
...
@@ -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 "Overload400-PrecQual.187
4
"
#define GLSLANG_REVISION "Overload400-PrecQual.187
5
"
#define GLSLANG_DATE "03-Mar-2017"
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