Sign in
dawn
/
dawn
/
3ddc07a18b8a22570ffe1e93f0a11d036462c192
/
.
/
test
/
tint
/
ptr_ref
/
store
/
param
/
private
/
i32.wgsl.expected.glsl
blob: 8c7ec08c482400aa67b64e056b092840d742e480 [
file
] [
log
] [
blame
]
#version 310 es
int
P
=
0
;
void
func
(
inout
int
pointer
)
{
pointer
=
42
;
}
layout
(
local_size_x
=
1
,
local_size_y
=
1
,
local_size_z
=
1
)
in
;
void
main
()
{
func
(
P
);
}