Sign in
◑
Theme
flutter
/
third_party
/
glslang
/
refs/heads/upstream/contributing/remove-llvm-text
/
.
/
Test
/
link.esClipCullDistance.vert
blob: 9dd8b3e2f04c85f2a8b01dbf1ec6178037daba58 [
file
] [
edit
]
#version 320 es
out
gl_PerVertex
{
highp vec4 gl_Position
;
highp
float
gl_PointSize
;
};
void
main
()
{
gl_Position
=
vec4
(
1.0
);
gl_PointSize
=
1.0
;
}