Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
glslang
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
public-release-test-restored
platform
external
deqp-deps
glslang
2c8265bb620300047bb9241e39c60c7afe3a81cb
glslang
Test
es-link1.frag
Find file
Normal view
History
Permalink
es-link1.frag
99 B
Newer
Older
Add test case: Link 2 ESSL fragment shader units
Thomas Perl
committed
8 years ago
1
2
3
4
5
6
7
8
#version 100
mediump
vec4
calculateColor
();
void
main
()
{
gl_FragColor
=
calculateColor
();
}