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
4baebea8
Commit
4baebea8
authored
Aug 10, 2017
by
John Kessenich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
HLSL Test: Expand test, adding a user-patch-constant signature.
parent
e516d433
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
hlsl.domain.1.tese.out
Test/baseResults/hlsl.domain.1.tese.out
+0
-0
hlsl.domain.1.tese
Test/hlsl.domain.1.tese
+2
-2
No files found.
Test/baseResults/hlsl.domain.1.tese.out
View file @
4baebea8
This diff is collapsed.
Click to expand it.
Test/hlsl.domain.1.tese
View file @
4baebea8
...
@@ -18,11 +18,11 @@ struct gs_in_t
...
@@ -18,11 +18,11 @@ struct gs_in_t
};
};
[domain ( "tri" )]
[domain ( "tri" )]
gs_in_t main (const OutputPatch <ds_in_t, 3> i, float3 tesscoord : SV_DomainLocation, pcf_in_t pcf_data )
gs_in_t main (const OutputPatch <ds_in_t, 3> i, float
f : msem, float
3 tesscoord : SV_DomainLocation, pcf_in_t pcf_data )
{
{
gs_in_t o;
gs_in_t o;
o.pos = i[0].pos + tesscoord.x;
o.pos = i[0].pos + tesscoord.x
* f
;
o.norm = i[0].norm + tesscoord.y;
o.norm = i[0].norm + tesscoord.y;
tesscoord.z;
tesscoord.z;
...
...
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