Sign in
chromium
/
external
/
github.com
/
KhronosGroup
/
glslang
/
HEAD
/
.
/
Test
/
ps_uint_int.frag
blob: 7ffaf5702d7b09735b2896ee69ec5f56ab9438d4 [
file
]
#version 450
layout
(
location
=
0
,
component
=
0
)
flat
in
uint
u
;
layout
(
location
=
0
,
component
=
1
)
flat
in
int
i
;
void
main
()
{
}