index
:
external_mesa3d.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
compiler
/
glsl
/
tests
/
warnings
/
000-basic-test.vert
blob: 266eed6402bbb95661a0a112ffb8064f17b67653 (
plain
)
1
2
3
4
5
6
7
8
9
10
#version 130 void main() { float foo; float undefined; foo = undefined; }