Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
deqp-deps
/
glslang
/
df3956c50f1147b3fb0760e70189414f8d9410d8
/
.
/
Test
/
spv.specConst.vert
blob: 3ea249802702cb295727b113f1e0047abcb9c4b1 [
file
] [
log
] [
blame
]
#version 450
layout
(
constant_id
=
11
)
const
int
a
=
8
;
void
main
()
{
gl_Position
=
vec4
(
1.0
)
/
a
;
}