repo.or.cz
/
mesa-demos
/
mali.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP - port to Mali EGL
[mesa-demos/mali.git]
/
src
/
glsl
/
skinning.frag
blob
9053755a83091f4d9f822dfc1f2247ce372308ca
1
// color pass-through
2
3
void main()
4
{
5
gl_FragColor = gl_Color;
6
}