This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
glslang
Watch
1
Star
0
Fork
0
You've already forked glslang
mirror of
https://github.com/KhronosGroup/glslang
synced
2024-11-10 04:20:06 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
09388459a8
glslang
/
Test
/
noMain1.geom
7 lines
55 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add link validation infrastructure for multiple compilation units per stage. Includes a new, straightforward, C++ interface to the front end. git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@22927 e7fa87d3-cd2b-0410-9028-fcbf551c1848
2013-09-04 21:19:27 +00:00
#version 110
void foo()
{
}
Add link-time checks for max_vertices, input primitive, and output primitive for existence and matching. git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@24157 e7fa87d3-cd2b-0410-9028-fcbf551c1848
2013-11-20 22:16:41 +00:00
layout(points) out;
Reference in New Issue
Copy Permalink