Sign in
fuchsia
/
third_party
/
glslang
/
refs/heads/upstream/GL_EXT_buffer_reference_uvec2
/
.
/
Test
/
spv.specConst.vert
blob: 3ea249802702cb295727b113f1e0047abcb9c4b1 [
file
] [
log
] [
blame
] [
edit
]
#version 450
layout
(
constant_id
=
11
)
const
int
a
=
8
;
void
main
()
{
gl_Position
=
vec4
(
1.0
)
/
a
;
}