Created
November 18, 2014 22:29
-
-
Save sposterkil/372ab7a8b8330b08dd44 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Found the Vertex shader, loading it. | |
| Found the Control shader, loading it. | |
| ERROR: 0:4: Invalid use of layout 'vertices' | |
| ERROR: 0:15: Use of undeclared identifier 'gl_InvocationID' | |
| ERROR: 0:15: Use of undeclared identifier 'gl_InvocationID' | |
| ERROR: 0:17: Use of undeclared identifier 'gl_InvocationID' | |
| ERROR: 0:18: Use of undeclared identifier 'gl_TessLevelInner' | |
| ERROR: 0:19: Use of undeclared identifier 'gl_TessLevelInner' | |
| ERROR: 0:20: Use of undeclared identifier 'gl_TessLevelOuter' | |
| ERROR: 0:21: Use of undeclared identifier 'gl_TessLevelOuter' | |
| ERROR: 0:22: Use of undeclared identif | |
| Found the Vertex shader, loading it. | |
| Found the Control shader, loading it. | |
| Found the Tessellation shader, loading it. | |
| ERROR: 0:16: Invalid use of layout 'triangles' | |
| ERROR: 0:26: Use of undeclared identifier 'gl_TessCoord' | |
| ERROR: 0:27: Use of undeclared identifier 'gl_TessCoord' | |
| ERROR: 0:28: Use of undeclared identifier 'gl_TessCoord' | |
| ERROR: 0:29: Use of undeclared identifier 'gl_TessCoord' | |
| ERROR: 0:30: Use of undeclared identifier 'p0' | |
| ERROR: 0:30: Use of undeclared identifier 'p1' | |
| ERROR: 0:30: Use of undeclared identifier 'p2' | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment