Sign in
dawn
/
dawn
/
3ddc07a18b8a22570ffe1e93f0a11d036462c192
/
.
/
test
/
tint
/
bug
/
chromium
/
1290107.wgsl.expected.glsl
blob: a930d21bd1e4a69e0a9c0643ab4d7e499580c2db [
file
] [
log
] [
blame
]
#version 310 es
struct
S
{
float
f
;
};
layout
(
binding
=
0
,
std430
)
buffer arr_block_1_ssbo
{
S inner
[];
}
v
;
layout
(
local_size_x
=
1
,
local_size_y
=
1
,
local_size_z
=
1
)
in
;
void
main
()
{
uint
len
=
uint
(
v
.
inner
.
length
());
}