Cross Reference: frag-lit.sh
xref
: /
xsrc
/
external
/
mit
/
MesaLib.old
/
dist
/
src
/
gallium
/
tests
/
graw
/
fragment-shader
/
frag-lit.sh
Home
History
Annotate
Line#
Navigate
Raw
Download
only in
/xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/graw/fragment-shader/
1
FRAG
2
3
DCL
IN
[
0
],
COLOR
,
LINEAR
4
DCL
OUT
[
0
],
COLOR
5
6
LIT
OUT
[
0
],
IN
[
0
]
7
8
END
9