Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
deqp-deps
/
glslang
/
b3bd402c7cd766e7b2d21a1b143e7e7d3f8f5713
/
.
/
Test
/
spv.targetOpenGL.vert
blob: 501a3e564796ef6d8e0c3766f1fe495acd734946 [
file
] [
log
] [
blame
]
#version 450
layout
(
constant_id
=
3
)
const
int
a
=
2
;
layout
(
location
=
2
)
uniform
float
f
;
layout
(
location
=
4
,
binding
=
1
)
uniform sampler2D s1
;
layout
(
binding
=
2
)
uniform sampler2D s2
;
void
main
()
{
}