Add a new shader-versioning infrastructure capable of handling multiple profiles, desktop/ES, many versions, features coming and going in different versions across different profiles, and extensions.
NB: *Use* of this infrastructure is so far only skeletal. Fixed a few typos and minor issues along the way. git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@19951 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
15
Test/sample.frag.out
Normal file
15
Test/sample.frag.out
Normal file
@@ -0,0 +1,15 @@
|
||||
#### BEGIN COMPILER 0 INFO LOG ####
|
||||
0:? Sequence
|
||||
0:37 Function Definition: main( (void)
|
||||
0:37 Function Parameters:
|
||||
0:39 Sequence
|
||||
0:39 move second child to first child (4-component vector of float)
|
||||
0:39 'gl_FragColor' (FragColor 4-component vector of float)
|
||||
0:39 Construct vec4 (4-component vector of float)
|
||||
0:39 'color' (varying in 3-component vector of float)
|
||||
0:39 1.000000 (const float)
|
||||
|
||||
#### END COMPILER 0 INFO LOG ####
|
||||
#### BEGIN LINKER INFO LOG ####
|
||||
|
||||
#### END LINKER INFO LOG ####
|
||||
Reference in New Issue
Block a user