Sign in
◑
Theme
flutter
/
third_party
/
glslang
/
refs/heads/upstream/contributing/remove-llvm-text
/
.
/
Test
/
spv.440.cullDistance.vert
blob: 64687132c957886bac72d5a9c5c734da07009ff9 [
file
] [
edit
]
#version 440
#extension GL_ARB_cull_distance : enable
void
main
()
{
gl_CullDistance
[
1
]
=
1.0
;
gl_ClipDistance
[
0
]
=
2.0
;
gl_Position
=
vec4
(
1.0
);
}