GLSL output: Removed fixed-size buffer; fixes #769.
Makes some white-space differences in most output, plus a few cases where more could have been put out but was cut short by the previous fix-sized buffer.
This commit is contained in:
parent
c08fb8ab9c
commit
71c100d7c0
332 changed files with 62136 additions and 62097 deletions
|
|
@ -3,20 +3,20 @@ Shader version: 450
|
|||
gl_FragCoord origin is upper left
|
||||
using depth_less
|
||||
0:? Sequence
|
||||
0:2 Function Definition: @PixelShaderFunction( (temp float)
|
||||
0:2 Function Definition: @PixelShaderFunction( ( temp float)
|
||||
0:2 Function Parameters:
|
||||
0:? Sequence
|
||||
0:3 Branch: Return with expression
|
||||
0:3 Constant:
|
||||
0:3 0.200000
|
||||
0:2 Function Definition: PixelShaderFunction( (temp void)
|
||||
0:2 Function Definition: PixelShaderFunction( ( temp void)
|
||||
0:2 Function Parameters:
|
||||
0:? Sequence
|
||||
0:2 move second child to first child (temp float)
|
||||
0:? '@entryPointOutput' (out float FragDepth)
|
||||
0:2 Function Call: @PixelShaderFunction( (temp float)
|
||||
0:2 move second child to first child ( temp float)
|
||||
0:? '@entryPointOutput' ( out float FragDepth)
|
||||
0:2 Function Call: @PixelShaderFunction( ( temp float)
|
||||
0:? Linker Objects
|
||||
0:? '@entryPointOutput' (out float FragDepth)
|
||||
0:? '@entryPointOutput' ( out float FragDepth)
|
||||
|
||||
|
||||
Linked fragment stage:
|
||||
|
|
@ -26,20 +26,20 @@ Shader version: 450
|
|||
gl_FragCoord origin is upper left
|
||||
using depth_less
|
||||
0:? Sequence
|
||||
0:2 Function Definition: @PixelShaderFunction( (temp float)
|
||||
0:2 Function Definition: @PixelShaderFunction( ( temp float)
|
||||
0:2 Function Parameters:
|
||||
0:? Sequence
|
||||
0:3 Branch: Return with expression
|
||||
0:3 Constant:
|
||||
0:3 0.200000
|
||||
0:2 Function Definition: PixelShaderFunction( (temp void)
|
||||
0:2 Function Definition: PixelShaderFunction( ( temp void)
|
||||
0:2 Function Parameters:
|
||||
0:? Sequence
|
||||
0:2 move second child to first child (temp float)
|
||||
0:? '@entryPointOutput' (out float FragDepth)
|
||||
0:2 Function Call: @PixelShaderFunction( (temp float)
|
||||
0:2 move second child to first child ( temp float)
|
||||
0:? '@entryPointOutput' ( out float FragDepth)
|
||||
0:2 Function Call: @PixelShaderFunction( ( temp float)
|
||||
0:? Linker Objects
|
||||
0:? '@entryPointOutput' (out float FragDepth)
|
||||
0:? '@entryPointOutput' ( out float FragDepth)
|
||||
|
||||
// Module Version 10000
|
||||
// Generated by (magic number): 80001
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue