HLSL: Include built-in processing for vertex input and fragment output flattening.
This commit is contained in:
@@ -155,7 +155,7 @@ gl_FragCoord origin is upper left
|
||||
0:38 Constant:
|
||||
0:38 0 (const int)
|
||||
0:38 move second child to first child ( temp float)
|
||||
0:? 'Depth' ( out float FragDepth)
|
||||
0:? '@entryPointOutput_Depth' ( out float FragDepth)
|
||||
0:38 Depth: direct index for structure ( temp float)
|
||||
0:38 'flattenTemp' ( temp structure{ temp 4-component vector of float Color, temp float Depth})
|
||||
0:38 Constant:
|
||||
@@ -183,8 +183,8 @@ gl_FragCoord origin is upper left
|
||||
0:? 'g_tTexcdf4a' ( uniform textureCubeArray)
|
||||
0:? 'g_tTexcdi4a' ( uniform itextureCubeArray)
|
||||
0:? 'g_tTexcdu4a' ( uniform utextureCubeArray)
|
||||
0:? '@entryPointOutput_Depth' ( out float FragDepth)
|
||||
0:? 'Color' (layout( location=0) out 4-component vector of float)
|
||||
0:? 'Depth' ( out float FragDepth)
|
||||
|
||||
|
||||
Linked fragment stage:
|
||||
@@ -346,7 +346,7 @@ gl_FragCoord origin is upper left
|
||||
0:38 Constant:
|
||||
0:38 0 (const int)
|
||||
0:38 move second child to first child ( temp float)
|
||||
0:? 'Depth' ( out float FragDepth)
|
||||
0:? '@entryPointOutput_Depth' ( out float FragDepth)
|
||||
0:38 Depth: direct index for structure ( temp float)
|
||||
0:38 'flattenTemp' ( temp structure{ temp 4-component vector of float Color, temp float Depth})
|
||||
0:38 Constant:
|
||||
@@ -374,8 +374,8 @@ gl_FragCoord origin is upper left
|
||||
0:? 'g_tTexcdf4a' ( uniform textureCubeArray)
|
||||
0:? 'g_tTexcdi4a' ( uniform itextureCubeArray)
|
||||
0:? 'g_tTexcdu4a' ( uniform utextureCubeArray)
|
||||
0:? '@entryPointOutput_Depth' ( out float FragDepth)
|
||||
0:? 'Color' (layout( location=0) out 4-component vector of float)
|
||||
0:? 'Depth' ( out float FragDepth)
|
||||
|
||||
// Module Version 10000
|
||||
// Generated by (magic number): 80001
|
||||
@@ -416,7 +416,7 @@ gl_FragCoord origin is upper left
|
||||
Name 150 "psout"
|
||||
Name 161 "flattenTemp"
|
||||
Name 164 "Color"
|
||||
Name 168 "Depth"
|
||||
Name 168 "@entryPointOutput_Depth"
|
||||
Name 173 "g_tTex3df4"
|
||||
Name 176 "g_tTex3di4"
|
||||
Name 179 "g_tTex3du4"
|
||||
@@ -442,7 +442,7 @@ gl_FragCoord origin is upper left
|
||||
Decorate 122(g_tTexcdi4) DescriptorSet 0
|
||||
Decorate 137(g_tTexcdu4) DescriptorSet 0
|
||||
Decorate 164(Color) Location 0
|
||||
Decorate 168(Depth) BuiltIn FragDepth
|
||||
Decorate 168(@entryPointOutput_Depth) BuiltIn FragDepth
|
||||
Decorate 173(g_tTex3df4) DescriptorSet 0
|
||||
Decorate 176(g_tTex3di4) DescriptorSet 0
|
||||
Decorate 179(g_tTex3du4) DescriptorSet 0
|
||||
@@ -529,7 +529,7 @@ gl_FragCoord origin is upper left
|
||||
163: TypePointer Output 7(fvec4)
|
||||
164(Color): 163(ptr) Variable Output
|
||||
167: TypePointer Output 6(float)
|
||||
168(Depth): 167(ptr) Variable Output
|
||||
168(@entryPointOutput_Depth): 167(ptr) Variable Output
|
||||
171: TypeImage 6(float) 3D sampled format:Unknown
|
||||
172: TypePointer UniformConstant 171
|
||||
173(g_tTex3df4): 172(ptr) Variable UniformConstant
|
||||
@@ -576,7 +576,7 @@ gl_FragCoord origin is upper left
|
||||
Store 164(Color) 166
|
||||
169: 12(ptr) AccessChain 161(flattenTemp) 156
|
||||
170: 6(float) Load 169
|
||||
Store 168(Depth) 170
|
||||
Store 168(@entryPointOutput_Depth) 170
|
||||
Return
|
||||
FunctionEnd
|
||||
10(@main():8(PS_OUTPUT) Function None 9
|
||||
|
||||
Reference in New Issue
Block a user