b5281975d4a60c3589558ce09818cb30bfc34057
[mesa.git] / src / gallium / tests / python / tests / regress / fragment-shader / frag-dp3.sh
1 FRAG
2
3 DCL IN[0], COLOR, LINEAR
4 DCL OUT[0], COLOR
5
6 DP3 OUT[0], IN[0], IN[0]
7
8 END