Sign in
flutter
/
third_party
/
glslang
/
refs/heads/flutter-ce138e
/
.
/
Test
/
ps_uint_int.frag
blob: 7ffaf5702d7b09735b2896ee69ec5f56ab9438d4 [
file
] [
edit
]
#version 450
layout
(
location
=
0
,
component
=
0
)
flat
in
uint
u
;
layout
(
location
=
0
,
component
=
1
)
flat
in
int
i
;
void
main
()
{
}