summaryrefslogtreecommitdiff
path: root/tests/glslparsertest/glsl2/precision-03.vert
blob: d29e72fc417c1368df0be6a3853b45009c17529d (plain)
1
2
3
4
5
6
7
8
9
// [config]
// expect_result: fail
// glsl_version: 1.30
//
// [end config]

#version 130
/* FAIL - precision qualified type must be int or float */
precision highp vec4;