HLSL: Correct use of isPerVertexBuiltIn() to be isClipOrCullDistance().
This allows removal of isPerVertexBuiltIn(). It also leads to removal of addInterstageIoToLinkage(), which is no longer needed. Includes related name improvements.
This commit is contained in:
parent
d319fb4e63
commit
2b4f77f2dc
28 changed files with 94 additions and 95 deletions
|
|
@ -103,6 +103,7 @@ Shader version: 500
|
|||
0:22 Constant:
|
||||
0:22 2 (const int)
|
||||
0:? Linker Objects
|
||||
0:? '@entryPointOutput_Pos_out' ( out 4-component vector of float Position)
|
||||
0:? '@entryPointOutput' (layout( location=0) out structure{ temp int x0_out, temp int x1_out})
|
||||
0:? 'x0_in' (layout( location=0) in int)
|
||||
0:? 'Pos_in' (layout( location=1) in 4-component vector of float)
|
||||
|
|
@ -216,6 +217,7 @@ Shader version: 500
|
|||
0:22 Constant:
|
||||
0:22 2 (const int)
|
||||
0:? Linker Objects
|
||||
0:? '@entryPointOutput_Pos_out' ( out 4-component vector of float Position)
|
||||
0:? '@entryPointOutput' (layout( location=0) out structure{ temp int x0_out, temp int x1_out})
|
||||
0:? 'x0_in' (layout( location=0) in int)
|
||||
0:? 'Pos_in' (layout( location=1) in 4-component vector of float)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue