HLSL: Map parameter qualifiers from generic to function-specific and entry-point specific.
This commit is contained in:
parent
c3387d33ee
commit
5aa59e2044
28 changed files with 3680 additions and 3676 deletions
|
|
@ -8,7 +8,7 @@ gl_FragCoord origin is upper left
|
|||
0:2 Function Parameters:
|
||||
0:8 Function Definition: PixelShaderFunction(vf4; (temp 4-component vector of float)
|
||||
0:5 Function Parameters:
|
||||
0:5 'input' (temp 4-component vector of float)
|
||||
0:5 'input' (in 4-component vector of float)
|
||||
0:? Sequence
|
||||
0:6 Function Call: foo1( (temp void)
|
||||
0:7 Function Call: foo2( (temp void)
|
||||
|
|
@ -27,7 +27,7 @@ gl_FragCoord origin is upper left
|
|||
0:2 Function Parameters:
|
||||
0:8 Function Definition: PixelShaderFunction(vf4; (temp 4-component vector of float)
|
||||
0:5 Function Parameters:
|
||||
0:5 'input' (temp 4-component vector of float)
|
||||
0:5 'input' (in 4-component vector of float)
|
||||
0:? Sequence
|
||||
0:6 Function Call: foo1( (temp void)
|
||||
0:7 Function Call: foo2( (temp void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue