Sign in
dawn
/
tint
/
46647f1c13338967c9b34c47a8c89cf68f25a009
/
.
/
test
/
statements
/
assign
/
phony
/
addr_of_non_constructable.wgsl.expected.glsl
blob: 8a72b47ce29b77453f743d8c5709eb7d19cb6081 [
file
] [
log
] [
blame
]
#version 310 es
precision mediump
float
;
layout
(
binding
=
0
,
std430
)
buffer S_1
{
int
arr
[];
}
s
;
void
tint_symbol
()
{
}
layout
(
local_size_x
=
1
,
local_size_y
=
1
,
local_size_z
=
1
)
in
;
void
main
()
{
tint_symbol
();
return
;
}