Sign in
dawn
/
dawn
/
c11e2ed2572c4ea87355112d48a990c10951df07
/
.
/
test
/
tint
/
identifiers
/
underscore
/
double
/
const.wgsl.expected.glsl
blob: 27018c9d76f4d88fe6ce6175b86c1f2a70f99560 [
file
] [
log
] [
blame
]
#version 310 es
layout
(
binding
=
0
,
std430
)
buffer s_block_ssbo
{
int
inner
;
}
s
;
void
f
()
{
s
.
inner
=
3
;
}
layout
(
local_size_x
=
1
,
local_size_y
=
1
,
local_size_z
=
1
)
in
;
void
main
()
{
f
();
return
;
}