HLSL: Include built-in processing for vertex input and fragment output flattening.
This commit is contained in:
@@ -59,7 +59,7 @@ WARNING: 0:4: 'immediate sampler state' : unimplemented
|
||||
Name 176 "psout"
|
||||
Name 185 "flattenTemp"
|
||||
Name 188 "Color"
|
||||
Name 192 "Depth"
|
||||
Name 192 "@entryPointOutput_Depth"
|
||||
Name 195 "g_sSamp2d"
|
||||
Name 196 "g_sSamp2D_b"
|
||||
Name 197 "g_tTex1df4a"
|
||||
@@ -79,7 +79,7 @@ WARNING: 0:4: 'immediate sampler state' : unimplemented
|
||||
Decorate 160(g_tTexcdi4) DescriptorSet 0
|
||||
Decorate 169(g_tTexcdu4) DescriptorSet 0
|
||||
Decorate 188(Color) Location 0
|
||||
Decorate 192(Depth) BuiltIn FragDepth
|
||||
Decorate 192(@entryPointOutput_Depth) BuiltIn FragDepth
|
||||
Decorate 195(g_sSamp2d) DescriptorSet 0
|
||||
Decorate 196(g_sSamp2D_b) DescriptorSet 0
|
||||
Decorate 197(g_tTex1df4a) DescriptorSet 0
|
||||
@@ -187,7 +187,7 @@ WARNING: 0:4: 'immediate sampler state' : unimplemented
|
||||
187: TypePointer Output 7(fvec4)
|
||||
188(Color): 187(ptr) Variable Output
|
||||
191: TypePointer Output 6(float)
|
||||
192(Depth): 191(ptr) Variable Output
|
||||
192(@entryPointOutput_Depth): 191(ptr) Variable Output
|
||||
195(g_sSamp2d): 48(ptr) Variable UniformConstant
|
||||
196(g_sSamp2D_b): 48(ptr) Variable UniformConstant
|
||||
197(g_tTex1df4a): 44(ptr) Variable UniformConstant
|
||||
@@ -201,7 +201,7 @@ WARNING: 0:4: 'immediate sampler state' : unimplemented
|
||||
Store 188(Color) 190
|
||||
193: 180(ptr) AccessChain 185(flattenTemp) 16
|
||||
194: 6(float) Load 193
|
||||
Store 192(Depth) 194
|
||||
Store 192(@entryPointOutput_Depth) 194
|
||||
Return
|
||||
FunctionEnd
|
||||
10(@main():8(PS_OUTPUT) Function None 9
|
||||
|
||||
Reference in New Issue
Block a user