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
1c3ab274b1f0d6a225afab7ce89bea176670fb61
glslang
Test
300link.frag
Find file
Normal view
History
Permalink
300link.frag
99 B
Newer
Older
Add ES 3.0 fragment output link-time test for outputs having or not having location qualifiers.
John Kessenich
committed
11 years ago
1
2
3
4
5
6
7
8
#version 300 es
precision
highp
float
;
out
vec4
color1
;
out
vec4
color2
;
void
main
()
{}