projects
/
platform
/
upstream
/
glslang.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge pull request #2892 from greg-lunarg/mb
[platform/upstream/glslang.git]
/
Test
/
glsl.entryPointRename.vert
1
#version 460
\r
2
\r
3
void bar()
\r
4
{
\r
5
gl_Position = vec4(1);
\r
6
}
\r
7
\r
8
void main()
\r
9
{
\r
10
gl_Position = vec4(1);
\r
11
}
\r