Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
deqp-deps
/
glslang
/
f050209ce1349ce76b83d226e3861bda9d927009
/
.
/
Test
/
spv.targetVulkan.vert
blob: d879122b08e0250bd0bdd4146f9ee34fbf46097b [
file
] [
log
] [
blame
]
#version 450
layout
(
constant_id
=
3
)
const
int
a
=
2
;
layout
(
push_constant
)
uniform pc
{
float
f
;
};
void
main
()
{
}