HLSL: Create test results for the previous commits.
This commit is contained in:
parent
335fc28e76
commit
510d83b384
92 changed files with 1471 additions and 1370 deletions
|
|
@ -2,12 +2,12 @@ hlsl.stringtoken.frag
|
|||
Shader version: 450
|
||||
gl_FragCoord origin is upper left
|
||||
0:? Sequence
|
||||
0:21 Function Definition: main( (global structure{temp 4-component vector of float Color})
|
||||
0:21 Function Definition: main( (global structure{layout(location=0 ) temp 4-component vector of float Color})
|
||||
0:16 Function Parameters:
|
||||
0:? Sequence
|
||||
0:18 move second child to first child (temp 4-component vector of float)
|
||||
0:18 Color: direct index for structure (temp 4-component vector of float)
|
||||
0:18 'psout' (temp structure{temp 4-component vector of float Color})
|
||||
0:18 Color: direct index for structure (layout(location=0 ) temp 4-component vector of float)
|
||||
0:18 'psout' (temp structure{layout(location=0 ) temp 4-component vector of float Color})
|
||||
0:18 Constant:
|
||||
0:18 0 (const int)
|
||||
0:? Constant:
|
||||
|
|
@ -16,9 +16,9 @@ gl_FragCoord origin is upper left
|
|||
0:? 0.000000
|
||||
0:? 1.000000
|
||||
0:19 Sequence
|
||||
0:19 move second child to first child (temp structure{temp 4-component vector of float Color})
|
||||
0:? '@entryPointOutput' (out structure{temp 4-component vector of float Color})
|
||||
0:19 'psout' (temp structure{temp 4-component vector of float Color})
|
||||
0:19 move second child to first child (temp structure{layout(location=0 ) temp 4-component vector of float Color})
|
||||
0:? '@entryPointOutput' (out structure{layout(location=0 ) temp 4-component vector of float Color})
|
||||
0:19 'psout' (temp structure{layout(location=0 ) temp 4-component vector of float Color})
|
||||
0:19 Branch: Return
|
||||
0:? Linker Objects
|
||||
0:? 'TestTexture' (uniform texture2D)
|
||||
|
|
@ -31,12 +31,12 @@ Linked fragment stage:
|
|||
Shader version: 450
|
||||
gl_FragCoord origin is upper left
|
||||
0:? Sequence
|
||||
0:21 Function Definition: main( (global structure{temp 4-component vector of float Color})
|
||||
0:21 Function Definition: main( (global structure{layout(location=0 ) temp 4-component vector of float Color})
|
||||
0:16 Function Parameters:
|
||||
0:? Sequence
|
||||
0:18 move second child to first child (temp 4-component vector of float)
|
||||
0:18 Color: direct index for structure (temp 4-component vector of float)
|
||||
0:18 'psout' (temp structure{temp 4-component vector of float Color})
|
||||
0:18 Color: direct index for structure (layout(location=0 ) temp 4-component vector of float)
|
||||
0:18 'psout' (temp structure{layout(location=0 ) temp 4-component vector of float Color})
|
||||
0:18 Constant:
|
||||
0:18 0 (const int)
|
||||
0:? Constant:
|
||||
|
|
@ -45,9 +45,9 @@ gl_FragCoord origin is upper left
|
|||
0:? 0.000000
|
||||
0:? 1.000000
|
||||
0:19 Sequence
|
||||
0:19 move second child to first child (temp structure{temp 4-component vector of float Color})
|
||||
0:? '@entryPointOutput' (out structure{temp 4-component vector of float Color})
|
||||
0:19 'psout' (temp structure{temp 4-component vector of float Color})
|
||||
0:19 move second child to first child (temp structure{layout(location=0 ) temp 4-component vector of float Color})
|
||||
0:? '@entryPointOutput' (out structure{layout(location=0 ) temp 4-component vector of float Color})
|
||||
0:19 'psout' (temp structure{layout(location=0 ) temp 4-component vector of float Color})
|
||||
0:19 Branch: Return
|
||||
0:? Linker Objects
|
||||
0:? 'TestTexture' (uniform texture2D)
|
||||
|
|
@ -69,6 +69,7 @@ gl_FragCoord origin is upper left
|
|||
Name 19 "@entryPointOutput"
|
||||
Name 24 "TestTexture"
|
||||
Name 26 "TestUF"
|
||||
MemberDecorate 8(PS_OUTPUT) 0 Location 0
|
||||
Decorate 24(TestTexture) DescriptorSet 0
|
||||
2: TypeVoid
|
||||
3: TypeFunction 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue