This website requires JavaScript.
Explore
Help
Register
Sign In
RPCS3
/
glslang
Watch
1
Star
0
Fork
0
You've already forked glslang
mirror of
https://github.com/RPCS3/glslang.git
synced
2024-11-23 11:19:40 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
a9a481664d
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