forked from gfx-rs/naga
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[hlsl-out] Validate all entry points in Makefile
- Loading branch information
Showing
14 changed files
with
96 additions
and
64 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
compute=cs_5_0 | ||
compute_name=main | ||
vertex=() | ||
fragment=() | ||
compute=(main:cs_5_0 ) |
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,2 +1,3 @@ | ||
compute=cs_5_0 | ||
compute_name=main | ||
vertex=() | ||
fragment=() | ||
compute=(main:cs_5_0 ) |
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,2 +1,3 @@ | ||
compute=cs_5_0 | ||
compute_name=main | ||
vertex=() | ||
fragment=() | ||
compute=(main:cs_5_0 ) |
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,8 +1,3 @@ | ||
compute=cs_5_0 | ||
compute_name=main | ||
vertex=vs_5_0 | ||
vertex_name=queries | ||
fragment=ps_5_0 | ||
fragment_name=sample1 | ||
fragment=ps_5_0 | ||
fragment_name=sample_comparison | ||
vertex=(queries:vs_5_0 ) | ||
fragment=(sample1:ps_5_0 sample_comparison:ps_5_0 ) | ||
compute=(main:cs_5_0 ) |
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,6 +1,3 @@ | ||
vertex=vs_5_0 | ||
vertex_name=vertex | ||
fragment=ps_5_0 | ||
fragment_name=fragment | ||
compute=cs_5_0 | ||
compute_name=compute | ||
vertex=(vertex:vs_5_0 ) | ||
fragment=(fragment:ps_5_0 ) | ||
compute=(compute:cs_5_0 ) |
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,4 +1,3 @@ | ||
vertex=vs_5_0 | ||
vertex_name=main | ||
fragment=ps_5_0 | ||
fragment_name=main1 | ||
vertex=(main:vs_5_0 ) | ||
fragment=(main1:ps_5_0 ) | ||
compute=() |
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,2 +1,3 @@ | ||
compute=cs_5_0 | ||
compute_name=main | ||
vertex=() | ||
fragment=() | ||
compute=(main:cs_5_0 ) |
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,2 +1,3 @@ | ||
vertex=vs_5_0 | ||
vertex_name=main | ||
vertex=(main:vs_5_0 ) | ||
fragment=() | ||
compute=() |
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,6 +1,3 @@ | ||
vertex=vs_5_0 | ||
vertex_name=main | ||
fragment=ps_5_0 | ||
fragment_name=main1 | ||
fragment=ps_5_0 | ||
fragment_name=fs_extra | ||
vertex=(main:vs_5_0 ) | ||
fragment=(main1:ps_5_0 fs_extra:ps_5_0 ) | ||
compute=() |
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,2 +1,3 @@ | ||
fragment=ps_5_0 | ||
fragment_name=fs_main | ||
vertex=() | ||
fragment=(fs_main:ps_5_0 ) | ||
compute=() |
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,4 +1,3 @@ | ||
vertex=vs_5_1 | ||
vertex_name=vs_main | ||
fragment=ps_5_1 | ||
fragment_name=fs_main | ||
vertex=(vs_main:vs_5_1 ) | ||
fragment=(fs_main:ps_5_1 ) | ||
compute=() |
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,2 +1,3 @@ | ||
fragment=ps_5_0 | ||
fragment_name=derivatives | ||
vertex=() | ||
fragment=(derivatives:ps_5_0 ) | ||
compute=() |
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