Sign in
dawn
/
dawn
/
3ddc07a18b8a22570ffe1e93f0a11d036462c192
/
.
/
test
/
tint
/
builtins
/
arrayLength
/
deprecated.wgsl.expected.glsl
blob: 44c79bf6092467010f3250deedc25db486fe4577 [
file
] [
log
] [
blame
]
#version 310 es
layout
(
binding
=
0
,
std430
)
buffer S_1_ssbo
{
int
a
[];
}
G
;
layout
(
local_size_x
=
1
,
local_size_y
=
1
,
local_size_z
=
1
)
in
;
void
main
()
{
uint
l1
=
uint
(
G
.
a
.
length
());
uint
l2
=
uint
(
G
.
a
.
length
());
}